This project was bootstrapped with Create React App.
- Built an Application that leverages react basics like component lifecycle in react.js.
-
Clone or download the repo. into any fresh temporary folder.
-
Cd into that root folder you just cloned locally.
-
Open terminal in the current folder and to install all dependencies type
npm install
- Now typing
npm start
- will start a server !
- NPM is the default package manager for the JavaScript runtime environment Node.js.
- For dependencies refer Package.json.
-
Create your branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
-
Send a Pull Request
-
Enjoy!