Skip to content

A simple boilerplate for serving React/Material-UI applications over Express!

License

Notifications You must be signed in to change notification settings

c4wrd/materialui-express-boilerplate

Repository files navigation

Material-UI - Example Webpack Project with Express

This is an example project that uses Material-UI served with Express. This project adopts the Flux architecture design, so make sure you understand how Flux operates before attempting to use this. Sample stores, actions, and a dispatcher are provided, but are NOT linked to the webpage in anyway.git

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

About

A simple boilerplate for serving React/Material-UI applications over Express!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published