1.0.9 • Published 7 years ago
@gustavoisensee/create-react-app v1.0.9
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-appcreate project
// This is going to ask you the name of the project
create-react-apprun
cd project-name
yarn && yarn startAccess http://localhost:3000 in your browser