This project was generated with Angular CLI version 1.7.0.
In STORM we take parameters of rocket from user (mass of rocket,thrust of stages etc) & depending on the parameters we calculate velocity accelaration and all the required values to fly a rocket and display how the rocket will take off
Right now storm is completely for educational purpose and for those people who want to learn how rockets fly or for someone who want to test his physics knowledge and experiment by putting different values
This project is still in development mode and there are lot of things we are looking forward to add
- Clone / Download the directory
- Open Command Prompt
- Install npm and Angular Client
npm install @angular/cli
(ignore if already installed) - Type
npm install
to get required node modules - Type
ng serve
- Navigate to
http://localhost:4200
in your browser
- You can find angular components inside
/src/app/
- All the logical functions are inside
/src/app/services/
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.