materialui-express-boilerplate

0.1.1 • Public • Published

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

/materialui-express-boilerplate/

    Package Sidebar

    Install

    npm i materialui-express-boilerplate

    Weekly Downloads

    3

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • c4wd