A Web Application for Accounting
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
We need Nodejs to run this app. Visit this link for installation instructions:
https://nodejs.org/en/download/
Install yarn
npm install -g yarn
Run this script to install dependencies for the app
npm run setup
Build ng2 client
npm run build
Run the client
npm run client
Run the server
npm run server
Run the server watch the -w flag to watch for files change
npm run start
Run the server watch the -w flag to watch for files change and hot reload
npm run startdev
Additional notes about deployment will be available soon.
