This is a tutorial for React
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Things you need to install and how to install them?
You need to have React.js and node.js softwares to run the code
sudo npm install -g create-react-app
https://nodejs.org/en/download/
After installing the software, you need to do npm install to install the packages
To run the project:
- Clone this repo
- Run
npm install
- Run
npm start