Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 212 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 212 Bytes

Polka weblog

This is simple example of using Polka with Mongoose and Handlebars.

Run it

Just clone repo and then:

cp .env.example .env
npm run dev

You need MongoDB to be installed on your system.