An end-to-end basic widget for posting and viewing comments list.
- Run a local mongodb server.
- Create a
commentsdb on your local host. - Run
npm install. for installing all the required packages. - Run
npm run webpack-watchfor bundling the source code into a proper js file. - Run
npm run express-serverfor running the server on your localhost machine. - Widget will be available under:
http://localhost:3000.