studiosnack / brews-clues

Have you seen my brew?
0 stars 0 forks source link

initialize project with create-react-app #1

Closed nsfmc closed 7 years ago

nsfmc commented 7 years ago

create-react-app is pretty great, there's basically two things you need to know:

  1. it expects to be installed globally
  2. you don't need to know how webpack or any of the stuff works, you just need to use the commands it exposes.

to install it, run yarn global add create-react-app or npm -g install create-react-app. it will take a while.

the next step is just to create-react-app brews-clues, wait for it to do its thing, play around with it and then

git checkout -b added-cra # or whatever
git add .
git push origin

two small things:

nsfmc commented 7 years ago

gonna reopen this so that we can close it with the magic pr keywords