The dev environment to enable live-editing React components.
Now edit src/App.js
.
This boilerplate project includes React-friendly ESLint configuration.
npm run lint
start on localhost:1234
npm run dev
A production script is included that builds your app to a dist
folder
npm run build
- React
- Javascript
- Typescript
- Webpack 4
- [webpack-dev-server]
- [babel-loader]
- [react-hot-loader]
- [webpack-bundle-analyzer]