Clone the project.
- Run npm install
- Run npm run client-install
To be able to run your developer database, insert the necessary information about your database for Sequelize in sequelize.js.
To run the database and the client simultaneously:
- npm run dev