Skip to content

Franco-Taborda/create-it-test

Repository files navigation

CreateItTest

This project was generated with Angular CLI version 13.0.3.

Installation

  • Make sure to have a compatible Node version with Angular v13.0.3 (14.15, 16.10)
  • Clone the repo and enter to it's root directory
npm i
ng serve

Troubleshooting

  • If ng isn't recognized as a valid command (incompatible global Angular cli version or not global Angular cli found), run
  npm run ng serve
  • If the build finishes successfully but you got an error like in the image, follow next steps image

To bypass the error Error: Content and Map of this Source is not available (only size() is supported)

  • Open the editor on a module related file (i.e. .module.ts, .component.ts, etc.)
  • run ng serve
  • Save the file multiple times when the build is about to finish and after until you see that the application bundle generation has been completed image

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published