Starter files for the Learn React by building a web app Course.
react-coin
is the folder, where we are going to work for this entire course.
stages
is the folder, that contains specific stage of application, corresponding to course video. E.g. if you lose track while watching 5th
video, stages/05
folder will contain solution for you. It also contains final project.
clone this repository and cd
into react-coin
folder
git clone https://github.com/udilia/learn-react-by-building-a-web-app.git
cd learn-react-by-building-a-web-app/react-coin
- Download ZIP
- extract the contents of the zip file
- and
cd
intoreact-coin
foldercd learn-react-by-building-a-web-app-master/react-coin
npm install
npm start