Move web ui code in its own directory
[e-mobility-charging-stations-simulator.git] / ui / web / README.md
CommitLineData
32de5a57
LM
1# Web UI
2
3## Project setup
4
d6b76da3 5```shell
32de5a57
LM
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 14
d6b76da3 15```shell
32de5a57
LM
16npm start
17```
18
efdd1922 19#### Compiles and run for development
32de5a57 20
d6b76da3 21```shell
32de5a57
LM
22npm run serve
23```
24
25### Compiles and minifies for production
26
d6b76da3 27```shell
32de5a57
LM
28npm run build
29```
30
31### Lints files
32
d6b76da3 33```shell
32de5a57
LM
34npm run lint
35```