-
Склонируйте репозиторий
git clone https://github.com/DaniilRyb/SpaceXLauncher.git -
Установите необходимые модули
npm i -
Установите Angular глобально, если он у вас не установлен
npm install -g @angular/cli -
Запустите проект командой
ng serve -
Пройдите по ссылке в браузере
http://localhost:4200/
-
Clone the
git clone' repository https://github.com/DaniilRyb/SpaceXLauncher.git -
Install the necessary
npm imodules -
Install Angular globally if you don't have
npm install -g @angular/cliinstalled -
Run the project with the
ng servecommand -
Follow the link in the browser
http://localhost:4200 /



