* created using create-react-app
This is the gravity simulation app made in a consideration that anything that has mass is impacted by gravity
You can visit the deployed app, at https://react-gravity-simulation.herokuapp.com/.
This repository contains the files related to the app. The master
branch contains the app's source code (the code the app's developers edit), and the gh-pages
branch contains a built version of the app (i.e. the code that GitHub Pages serves to the app's visitors).
- update your npm package manager to its latest version.
npm update [-g] [<pkg>...]
aliases: up, upgrade
-
Fork this repository with the icon present near top-right corner
-
Now clone the repository by:
git clone `https://github.com/AlanNJ/react-gravity-simulation.git`
- Now install the dependencies used in the app just by
npm install or npm install --force
- The commands shown in the following steps can all be issued from within the app's folder.
- Thats all it.You can start your react app by:
npm start