React Minimal template
Survival template for the React course
Fork the repository into your own GitHub account.
Clone the repository.
From the local folder in which you clone the repository:
Install the dependencies using the command npm install
.
Start the app using the command npm start
.
A live server should open at http://localhost:3000/
.
Run the command npm build
to create the production files.
The files are created in the build/
folder.