An open API service indexing awesome lists of open source software.

https://github.com/ebidel/site-template

Static, Node/Express server setup
https://github.com/ebidel/site-template

Last synced: over 1 year ago
JSON representation

Static, Node/Express server setup

Awesome Lists containing this project

README

          

Minimal Node/Express server that is basically a static markdown site generator,
but way less deps!

### Development

Get the code:

git clone https://github.com/ebidel/site-template
cd site-template
npm i

To run, start the server. The `env` variable `DEV=true` will recompile
nunjucks templates as edits are made and serve the unminified JS/CSS files.

yarn start
DEV=true yarn start

Run `gulp` any time you make changes to JS code.

### Deployment

npm run deploy