Sample project based on Angular 7
In the project directory, you can run:
Runs the app into develop mode. The port which it uses is 4200
Build the app. The result will be at build folder
Runs linting script and checks the code for errors
Runs all of the BE tests from the tests folder
- If you are using windows and doesn't have Visual Studio, you are most likely recieving: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe"
This error is comning from the SASS module and it is easy fixable by doing this using administrator: npm install --global --production windows-build-tools