0.1.1 • Published 8 years ago

materialui-express-boilerplate v0.1.1

Weekly downloads
11
License
-
Repository
github
Last release
8 years ago

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