Project

General

Profile

1
# install the dependencies with npm
2
$ npm install
3

    
4
# start the server
5
$ npm start
6
```
7
go to [http://localhost:8080](http://localhost:8080) in your browser.
(2-2/10)