- Install node, npm, nodemon, express, browserify, webpack, util, fs, body-parser, multer, path
- Inside the repository folder, run
npm install
- Run
npm start
(nodemon will be executed and detects file change automatically to build sources and run test server)