This is a helper which helps you init a front-end project with Koa, Redux, React, Webpack, Babel, and Eslint.
npm install front-quickstartTech-stacks:
- Koa
- Redux
- React
- Webpack
- Babel
- Eslint
Firstly, run the following command to install the tool:
npm install -g front-quickstart
Go to the new project directory and run front-quickstart in the terminal, then you got the template project.
For the purpose of running the project correctly, you should install babel-cli by running:
npm install -g babel-cli
and also install the dependencies by running:
npm install
you can test the server in the dev mode and then hit the http://localhost:8080/:
npm run devbuild