- Node
- Setup the backend
- Install dependencies
$ npm install
- Make a copy of
.env.development.local.templatenamed.env.development.localand modify with the host defined in the your hosts file when setting up the backend - Start development server
$ npm start