Welcome to react-webpack-template
This repository holds a base template for the new version of generator-react-webpack.
It can be understood as the prototype for newly generated projects.
Features
The following features are planned to be included in the final version:
Todo
What is it for?
This template can be used directly for the creation of new projects.
Also it will be the "template" for the next version of generator-react-webpack.
Using it
The template is available via webpack. The following commands are available:
npm start
npm run serve
npm run serve:dist
npm run dist
npm test
npm run lint
npm run clean
npm run copy
You can also use your globally installed version of webpack like this:
webpack
webpack --env=dev
webpack-dev-server
webpack-dev-server --env=dev
webpack --env=dist
webpack-dev-server --env=dist
License
react-webpack-template is available under MIT-License and can therefore be used in any project free of charge.
Contributors