A starter template for react projects
use degit bititude/react-starter <your project folder name>
to clone the repo without git data
run
npm install -g degit
to install degit
remember to change name
, author
and description
fields in package.json
accordingly