materialui-express-boilerplate
v0.1.1
Published
Boilerplate for Express applications that use React, and more specifically the Material-UI library
Downloads
5
Readme
Material-UI - Example Webpack Project with Express
This is an example project that uses Material-UI served with Express
Installation
Install dependencies
cd materialui-boilerplate
npm install
To run the express application:
npm start
The server can be located at http://localhost:3000
For use the webpack live server for development, use:
npm test
The live server is located at http://localhost:3000
##File paths
- src: Our main source folder for both the client and server applications
- client: The client application and public www folders
- app: The main client application that renders the React components
- www: Static files served to clients
- server: The server files
- routers: Routers for our express application
- client: The client application and public www folders