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