epranka / currency-exchange-app

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

Home Page:https://exchange.pranka.lt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://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.

About

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

https://exchange.pranka.lt


Languages

Language:JavaScript 45.9%Language:TypeScript 35.8%Language:HTML 9.4%Language:CSS 8.6%Language:Dockerfile 0.3%