Link to NodeJs Indonesia Blog
Generate with wintersmith template.
First you need to fork and clone this repo
Install wintersmit in global
npm install wintersmith -g
Install depedency to your npm
npm install
-- OR --
yarn install
Change config.json value to your local
"url": "http://localhost:8080"
Run project
wintersmith preview
Generate static
wintersmith build
Please see here to complete guide.
- Please see contibution rule.
- Create branch with article prefix, ex : article/tutorial-expressjs
- Follow the Git Flow