SaliZumberi / changelyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changelyzer

Setup

After cloning, run npm install

Development server

Run npm run start to spin front end code,

Run npm run dev to start the Node server in development mode

Navigate to http://localhost:3015/.

You can now seamlessly watch your changes reflect in realtime everytime you save your changes.

Code scaffolding

Run ng g c component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Production Build

Run npm run build:prerender && npm run serve:ssr to build the project

Compiles the boiler application and spins up a Node Express to serve the Boiler Universal application on http://localhost:3015

npm run build:prerender && npm run serve:prerender - Compiles your application and prerenders your application's files, spinning up a demo http-server so you can view it on http://localhost:8080 Note: To deploy your static site to a static hosting platform you will have to deploy the dist/browser folder, rather than the usual dist

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Contribution

Pull Requests are always welcome.

About


Languages

Language:TypeScript 51.8%Language:Java 19.4%Language:HTML 16.9%Language:CSS 9.5%Language:JavaScript 2.4%