front-quickstart
This is a helper which helps you init a front-end project with Koa, Redux, React, Webpack, Babel, and Eslint. And the corresponding project is koa-redux-react-template..
Tech-stacks:
Installation
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.
Guide for Using the Template
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