This project uses Feathers for the server and Vue.js on the frontend.
-
Make sure you have NodeJS and npm installed (at least node 9 and npm 5).
-
Install your dependencies
cd path/to/mynewpath; npm install
-
Start the frontend with
npm start
and the backend with
```
npm run server
```