$ npm install -g typings
$ npm install
# With live reload
$ ng serve
# No live reload (for some reason it won't stop reloading sometimes - we should find out why when we have time)
$ ng serve --lr=false
ng serve
ng build --prod --aot
npm install pm2@latest -g
// if you haven't done that yet
npm run buildall
/////// old code ////////
npm run build
cp -r src/assets dist/assets
sass dist/assets/css/style.scss dist/assets/css/style.css
npm run start
/////// end old code //////////
1- ng2-file-drop module disabled. 2- auth0.setclient in console
// bad
import { ModuleName } from '/app/absolute/path/to/moduleName.ts'
// good
import { ModuleName } from './absolute/path/to/moduleName.ts'
- Typescript files:
fileName.ts
- Scss files:
_file-name.scss
- HTML component files:
file-name.component.html
- Landing page:
organizations
- Detail page:
organization
- Related Components:
organization-card