Skip to content

pedroeml/stock-projection-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CI GitHub Pages CI

Stock Projection Client

This project was generated with Angular CLI version 10.1.3.

Installation

$ npm install

Running the app

# development
$ npm run start

Navigate to http://localhost:4200/ or http://127.0.0.1:4200/. The app will automatically reload if you change any of the source files.

Build

# development
$ npm run build

# production
$ npm run build --prod

# production (GitHub Pages via docs folder)
$ npm run build --prod --output-path docs --base-href /stock-projection-client/

Deploy

Deploy on GitHub Pages via angular-cli-ghpages

# production
$ ng deploy --base-href=/stock-projection-client/ --repo=https://github.com/<username>/<repositoryname>.git --name="Your Git Username" --email=your.mail@example.org

# or using deploy information stored in angular.json
$ npm run deploy

Test

# unit tests
$ npm run test

# end-to-end
$ npm run e2e

Serve on a Docker container with NGINX

# starting up
$ docker-compose up

# shutting down
$ docker-compose down

Open your browser on http://localhost/ or http://127.0.0.1/.

About

Angular 10, Node.js 12 CI and GitHub Pages CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published