Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 363 Bytes

Setup & Install

First, install the necessary packages using npm install. Then start the server with continous build like this:

./node_modules/.bin/sequelize db:migrate
./node_modules/.bin/sequelize db:seed:all
./node_modules/.bin/tsc
node dev.js

While the server is running, all changes to frontend code will be built as soon as the files are saved.