Check live version: exchange.pranka.lt
Run npm run dev
for a Angular.js development server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run server:dev
for a Node.js server
Angular.js development server API's requests are automatically proxied to the Node.js server.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run npm run server:test
to execute the unit tests on Node.js server.
Front-end tests are not available at this moment.