|
@@ -3,8 +3,10 @@ Code repository for FISApp UI project.
|
|
|
This project is an extension of [SWOPT's Angular Template](https://git.swopt.com/swopt/ng-template.git)
|
|
This project is an extension of [SWOPT's Angular Template](https://git.swopt.com/swopt/ng-template.git)
|
|
|
|
|
|
|
|
## Getting Started
|
|
## Getting Started
|
|
|
-After cloning this project, run `./init-project` to install dependencies.
|
|
|
|
|
-
|
|
|
|
|
|
|
+After cloning this project, checkout your project to the `dev` branch by running `git checkout origin/dev`.
|
|
|
|
|
+
|
|
|
|
|
+Initialize project by running `./init-project`. This will automatically install all required dependencies.
|
|
|
|
|
+
|
|
|
If you encounter the following error while trying to run `ng serve`,
|
|
If you encounter the following error while trying to run `ng serve`,
|
|
|
please run `./clean-project`.
|
|
please run `./clean-project`.
|
|
|
Alternatively, you may delete all contents of this folder: [your_project_directory]/src/dependencies/angularlib/node_modules/@angular
|
|
Alternatively, you may delete all contents of this folder: [your_project_directory]/src/dependencies/angularlib/node_modules/@angular
|