Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.14 KB

File metadata and controls

49 lines (36 loc) · 1.14 KB
Logo

paanjoe.com

The first iteration of paanjoe.com built with Angular and hosted with Netlify

Netlify Status

🛠 Installation & Set Up

  1. Install the Angular CLI

    npm install -g @angular/cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    npm i or npm install
  4. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build