Skip to content

varararun/ng

Repository files navigation

Prerequisites

  • npm install -g yarn
  • nx

Docker

Run docker build -t ng . to build a new image.
Run docker run -p 4200:4200 ng to start container
Navigate to http://localhost:4200/

Development server

Run nx serve for a dev server. Navigate to http://localhost:4200/
The application will automatically reload if you change any of the source files.

Build for Github Pages Deployment

Run npm run deploy

Older Versions