Uses Webpackarrow-up-right to bundle files and serves it with webpack-dev-serverarrow-up-right.
To install dependencies:
Commands:
npm start is the development target, to serve the app and hot reload.
npm start
npm run build is the production target, to create the final bundle and write to disk.
npm run build
Last updated 4 years ago
npm install # or yarn