Status
About | Technologies | Requirements | Starting |
Visualization of satellite orbits
The following tools were used in this project:
Before starting 🏁, you need to have Git, and Node installed.
# Clone this project
$ git clone https://github.com/MohammedAymane/projet-terre-virtuelle
# Access
$ cd projet-terre-virtuelle
# Install dependencies
$ npm install
# Run the application. The frontend will initialize in the <http://localhost:8080> and the backend in <http://localhost:9000>
$ npm start