Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oze4/express-react-webpack-scratch

express-react-webpack-scratch
https://github.com/oze4/express-react-webpack-scratch

Last synced: about 2 months ago
JSON representation

express-react-webpack-scratch

Awesome Lists containing this project

README

        

# `npm` scripts

| Command | Result |
| ---: | :--- |
| `npm run build` | Runs Webpack build with `--mode production` |
| `npm run clean` | Removes `dist` folder |
| `npm start` | Starts `Express` server, alas: `node ./dist/server.js` |
| `npm run start:dev` | Removes dist, builds, and starts Express |