blob: c2fa1e360ff4bcad849ed6ee2a5cf40662784f9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# NeuroStellar - Igrannonica
Simple overview of use/purpose.
## Description
An in-depth paragraph about your project and overview of use.
## Getting Started
### Dependencies
* .NET 5.0
* NodeJS
### Installing
* Za instalaciju zahtevanih datoteka potrebnih da bi se pokrenuo angular web sajt:
```
npm install -g @angular/cli
cd .\frontend\
npm install
```
* Za instalaciju .NET:
Visual Studio Installer > (Izaberite vasu verziju Visual Studio editora) > Modify > ASP.NET and web development > Modify
### Executing program
* Frontend
```
ng serve
```
- za pokretanje na drugom portu:
```
ng serve --port=80
```
* Backend
```
TODO
```
## Authors
Danijel Anđelković
Ognjen Ćirković
Sonja Galović
Tamara Jerinić
Ivan Ljubisavljević
Nevena Bojović
|