Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 347 Bytes

Eventix.nl website

How to deploy

Required software:

Deployment steps:

  1. Run npm install
  2. Run grunt
  3. Run npm start, you can now visit localhost:8080

Run grunt watch to automatically compile the source code when you change it.