Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / ui / web / README.md
CommitLineData
32de5a57
LM
1# Web UI
2
3## Project setup
4
5```
6npm install
7```
8
9### Run
10
11For both solution you can then follow the link displayed in the terminal at the end of compilation
12
efdd1922 13#### Compiles and run for production
32de5a57
LM
14
15```
16npm start
17```
18
efdd1922 19#### Compiles and run for development
32de5a57
LM
20
21```
22npm run serve
23```
24
25### Compiles and minifies for production
26
27```
28npm run build
29```
30
31### Lints files
32
33```
34npm run lint
35```