prastut / bubble-frontend

Bubble Social
https://bubble.social/
0 stars 0 forks source link

techdebt: Add nodemon to package.json. #18

Closed digi0ps closed 7 years ago

digi0ps commented 7 years ago

Nodemon wasn't previously listed in the package list, which prevented the server from starting.

This commits add it to the package's dev list.

So, the installation process right now would be to just run npm install and then npm start to run the server.