Basic template to start a new React app using create-react-app
This template is for a very quick kick start. It is based in Facebook CRA Template.
Just add the --template flag and call it directly. It is uploaded to the NPM repository.
npx create-react-app my-applicacion --template bitcoder
Some parts can be updated according to evolution of the create-react-app
project. Specially those related to dependencies at template.json
.