Lokaverkefni
You must have the following installed on your machine:
- git
- python
- npm
- node 4
- nodemon
-
Run
./initScript.sh
to install dependencies. -
Run
./startElastic.sh
to start ElasticSearch database and run it. -
Run
./restartElastic.sh
to clear the ElasticSearch database. -
Run
./startServer.sh
to start up the server. -
Run
./startClient.sh
to start up the client. -
Visit
localhost:8000
in your favorite browser.