Feature: A Server Side Rendered Material UI Exercise App
Through npm package: dotenv
& config file: /.env
webpack configuration for client & server bundle: /build/*
babel configuration: /.babelrc
client entry: /src/index.js
server entry: /src/server-entry.js
template: /src/template.html
common root Component: /src/Component/App
store: src/store.js
- Build:
npm run build
- Run with Dev-Server
npm run client:start
- Run with SSR:
npm run server:start