GitXplorerGitXplorer
e

site-template

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
7aebf8ce52fecc6d3d17de77781f39d259b47219

Typo

eebidel committed 6 years ago
Unverified
42ef7d4986ffce03e6defd17cd16f7fb70d838c7

readme update

eebidel committed 6 years ago
Unverified
386b776d3ad3319bfb2e34a128737e967e4b3cb7

Ignore built files

eebidel committed 6 years ago
Unverified
93bc4fb5780ae87910ab024aec449276066e341a

Init setup

eebidel committed 6 years ago
Verified
022f0fd1d3d37a0c0ee323550860bcac72f62955

Initial commit

eebidel committed 6 years ago

README

The README file for this repository.

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