Web page builder app
This app should run with mongo database and is here for code review purposes only
Full app is online at http://twix-app.herokuapp.com/
Install dependencies
npm i
Run server at localhost 3003
npm start
Install dependencies
npm i
Run app with hot reload at localhost 8080
npm run dev