Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ElMehdiAbbes/node-react-mui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express React with Material UI Starter

npm

This is a template for using Express and React with Material UI installed in the same project. It is based on Create React App

Installing

git clone https://github.com/ElMehdiAbbes/node-react-mui.git
cd app-name
npm install

Running The App

The template can be run in development, or in production. For development, use the following workflow.

Start the Express Server

node server/server.js

Start Create React App

In a different terminal tab...

npm start

Imgur

The "Welcome to React" is a message that comes from the Express server.

Building For Production

In production, you want Express to serve up your app.

Build React App

npm build

Now simply visit the Express app at 'http://localhost:3001' and you will see your app served from the 'build' folder. That's all there is to it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published