This is a default template for react js with create react app.
You can clone this repo and use it for your react js application. Follow the instructions below to do so.
- Clone the repo with the command 
git clone https://github.com/Saviourise/Default-react-templatein your terminal. - Navigate to the Default-react-template folder in your terminal.
 - Run 
npm installto install node modules. - Code away!!!