The first iteration of paanjoe.com built with Angular and hosted with Netlify
-
Install the Angular CLI
npm install -g @angular/cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm i or npm install
-
Start the development server
npm start
-
Generate a full static production build
npm run build