Compare commits
8 commits
4d105676c2
...
f66375cd77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f66375cd77 | ||
|
|
f2db6d4409 | ||
|
|
9933ce94bf | ||
|
|
b11db3808e | ||
|
|
f4e5f828a3 | ||
|
|
0a3d41ac03 | ||
|
|
23712f119e | ||
|
|
be665a282e |
|
|
@ -33,6 +33,7 @@
|
|||
3. Install the dependencies with `npm i`
|
||||
4. Install Angular with `npm i -g @angular/cli`
|
||||
5. Turn off production mode if you have not already (see above in backend).
|
||||
6. Also make sure to disable strict CORS checking for testing: `sudo su -c 'echo "cors_allow_origin = \"*\"" >> /etc/kibicara.conf'`
|
||||
6. Start the backend in a different terminal
|
||||
7. To serve and open the application, run `ng s -o`. The application will open
|
||||
under [http://127.0.0.1:4200](http://127.0.0.1:4200).
|
||||
|
|
|
|||
Loading…
Reference in a new issue