Closed digi0ps closed 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.
npm install
npm start
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 thennpm start
to run the server.