-
Notifications
You must be signed in to change notification settings - Fork 8
Home
bitbybit-dev edited this page Jun 7, 2020
·
3 revisions
To get involved with contributions:
Clone repository, get yourself a branch. We advise to use VSCODE for programming. Install TSLint extension. Follow the rules of tslint.json
Install dependencies through npm with
npm install
Start running Angular application with
npm run start
Simple, isn't it? Enjoy!