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
- Host: GitHub
- URL: https://github.com/ebidel/site-template
- Owner: ebidel
- License: apache-2.0
- Created: 2018-09-26T20:17:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T05:39:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T22:33:23.446Z (over 1 year ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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