React template create app
It is a simple template generator for react apps with some awesome technologies like:
- React
- Webpack
- Babel
- Sass
- Eslint
- Node & Express
install
npm i -g @gustavoisensee/create-react-app
create project
// This is going to ask you the name of the project
create-react-app
run
cd project-name
yarn && yarn start
Access http://localhost:3000 in your browser