Development Installation in development: Prerequisite You need to use a node version above 10 Use nvm and then: nvm use 10 Install dependencies Head to the frontend folder and run: yarn Start the app Once your dependencies are installed, start your server in development mode by running: yarn dev