Frontend for age-related drugs experiments database.
- Get Node.js and npm
- Install Angular CLI:
npm install -g @angular/cli
For more information please visit [https://angular.io/guide/setup-local](Angular official guide)
npm i
npm run start
JIT compilation for developers test environment: npm run start-test
- Go to Preferences > Editor > Code Style > EditorConfig > Export > EditorConfig File.
- Choose:
.editorconfig
- Check the Enable EditorConfig support checkbox.
- Go to Preferences > Languages and Frameworks > JavaScript > Code Quality Tools > ESLint.
- Path to config:
.eslintrc.json
- Go to Preferences > Plugins, install Prettier plugin.
- Go to preferences, Prettier plugin page and check the Enable plugin.
- Path to config:
.prettierrc.json
ng lint
- Developers test environment AOT build:
npm run build-test
- Production AOT build:
npm run build-prod