Skip to content

The currency exchange application in Angular.js and Node.js

Notifications You must be signed in to change notification settings

epranka/currency-exchange-app

Repository files navigation

Exchange the rate

The currency exchange application in Angular.js and Node.js

twitter badge linkedin badge dev.to badge medium badge


Check live version: exchange.pranka.lt

exchange the rate application animation

Development server

Run npm run dev for a Angular.js development server. Navigate to http:https://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.

Code scaffolding

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.

Build

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.

Running server unit tests

Run npm run server:test to execute the unit tests on Node.js server.

Running front-end tests

Front-end tests are not available at this moment.