Welcome!
We have created Momentous as the final project in DH2643 Advanced Interaction Programming.
Change to the correct Node Version using nvm use
in the root project terminal.
Installation of npm packages have to be done in /client
and /server
.
In /server
, write npm run start:dev
.
In /client
, write npm run dev
.
The project will be shown in localhost:3000
.