wedn.net site source code
# Clone it
$ git clone https://github.com/wedn/wedn.net.git --depth 1
$ cd wedn.net
# Install dependencies
$ yarn install # or `npm i`$ yarn start- https://github.com/koajs
- https://gist.github.com/lancejpollard/1398757
- https://www.oschina.net/translate/project-guidelines-for-javascript-projects
- http://mobilesite.github.io/2017/04/29/develop-backend-service-with-koa2/
- https://blog.risingstack.com/node-js-async-best-practices-avoiding-callback-hell-node-js-at-scale/
- https://blog.risingstack.com/node-hero-node-js-authentication-passport-js/
- https://blog.risingstack.com/node-hero-node-js-project-structure-tutorial/
- https://blog.risingstack.com/node-js-project-structure-tutorial-node-js-at-scale/
- https://blog.risingstack.com/javascript-clean-coding-best-practices-node-js-at-scale/
- http://www.zcfy.cc/article/advanced-node-js-project-structure-tutorial-risingstack-2501.html
- http://www.zcfy.cc/article/the-10-most-important-node-js-articles-of-2016-risingstack-2201.html
- https://code.google.com/archive/p/jsdoc-toolkit/wikis/TagReference.wiki
- Fork it on GitHub!
- Clone the fork to your own machine.
- Checkout your feature branch:
git checkout -b my-awesome-feature - Commit your changes to your own branch:
git commit -am 'Add some feature' - Push your work back up to your fork:
git push -u origin my-awesome-feature - Submit a Pull Request so that we can review your changes.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!