/Next-Level-UI-Development-with-PrimeNG

Next-Level UI Development with PrimeNG, published by Packt

Primary LanguageCSSMIT LicenseMIT

Next-Level-UI-Development-with-PrimeNG

Next-Level UI Development with PrimeNG, published by Packt

Getting Started

Make sure you have NVM (Node Version Manager)[https://github.com/nvm-sh/nvm] installed on your machine. You can read Chapter 2 to follow the development configuration.

yarn

OR 

npm install

Chapter structure

You can find each chapter under the apps folder.

apps/
    - chapter-1
    - chapter-2
    ...

Starting each chapter

You can run each chapter by following the pattern below:

npx nx serve CHAPTER_NAME

// example
npx nx serve chapter-1

Disclaimers

I'm using Nx Workspace to manage the chapters. It works the same a normal Angular project.

One thing that you should notice is that instead angular.json, it is project.json.