Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oze4/express-react-webpack-scratch
- Owner: oze4
- Created: 2020-02-23T02:16:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T16:47:23.000Z (about 2 years ago)
- Last Synced: 2023-03-03T22:23:37.765Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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 |