Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 746 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 746 Bytes

ERC20 Application Form

This project was generated with Angular CLI version 6.2.3.

Dependencies

sudo apt install nodejs
sudo apt install npm
sudo apt install mongodb
sudo npm install -g @angular/cli
sudo npm install -g nodemon

Target versions (Heroku)

Nodejs v8.12.0 Npm v6.4.1

Use following commands if you have got older versions: sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm install npm -g

Getting Started

npm install
npm run serve-server
npm run serve-client

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files in /server/src or /src directories.