A quick solution that could drastically accelerate the performance of your application
Run npm start for a dev server. Navigate to http://localhost:4201/.
The app will automatically reload if you change any of the source files.
Run nx g component component-name to generate a new component. Learn More
You can also use nx g directive|pipe|service|class|guard|interface|enum|module.
Run npm run build to build the project. The build artifacts will be stored in the dist/apps/ directory.
Use the --prod flag for a production build.
Run npm run start:prod-local to run the project. You need to have http-server installed globally
Run npm test to execute the unit tests via Karma.
To get more help with Nx use nx help or go check out these
Nx Resources.