A website template for the International Erasmus Games, made with vue-starter.
- Install node 8 or higher
- Install npm 5 or higher
- Clone this repository
- Change directory
cd ieg
- Install dependencies:
npm install
- Run
npm run dev
- Run
npm run build
- Wait for the client and server to be built
- Run
sudo npm run start
(you need the sudo rights to run the server on port 80)