Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

nrwl/workshop-ngconf-18-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Lab Instructions for Nx Workshop

Organizing Code in a Workspace

  1. Create an App and a Lib
  2. Create a Lazy Loaded UI Lib
  3. Public APIs for Libs
  4. Run the Build Command and NPM Scripts

Performance

  1. Lighthouse Analysis
  2. Source Map Explorer
  3. Service Workers
  4. Angular Universal


Running the Application

Run the following command(s) in individual terminals:

npm run server
npm run customer-portal

If you already have one(s) running and you need to restart, you can stop the run with ctrl+c.

Restarting the App Server

Sometimes a change to TypeScript interfaces or adding new *.ts files will not get picked up by the watch processes. In such cases, you may need to stop/restart these... if you feel your code is correct but you are getting an error.



About

Lab exercises for the ng-conf 2018 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published