/angular-material-modular-starter

A Single-Page Application (SPA) based on Angular and the Angular Material Components

Primary LanguageTypeScript

Starter for Angular Material with Modular Organization in MonoRepo

Under construction...

Prerequisties

  1. json-server npm package installed globally
  2. angular-cli npm package installed globally
  3. vscode super editor installed (optional)
  4. angular-console vscode extension installed (optional)

Get Started

  1. Clone the repo
  2. npm install
  3. Start appliation for development
    1. Using multiple terminal to manage (or the Angular Console vscode extension)
      1. npm run mock:api - starts the JSON Server to act as a mock for you backend server
      2. ng serve client-app - starts the angular dev server