pubfunc / rtpaint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTPaint

Client

Client CLI

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. 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 ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build. Run ng test to execute the unit tests via Karma. Run ng e2e to execute the end-to-end tests via Protractor.

Server

Server Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About


Languages

Language:TypeScript 87.5%Language:JavaScript 9.6%Language:HTML 2.0%Language:CSS 0.9%