This is a Summernote working example with Express.js .
- Local image upload (/public/images/)
- Save partial html on server (/public/pages/)
- git clone https://github.com/vingorius/express-summernote-example.git
- npm install
- cd public
- bower install
- npm start
- enter url : 'http://localhost:3000/' on your favorite browser.
- mocha