Public repository for HARTRON Projects
- Install NodeJs https://nodejs.org/en/
- Install Yeoman http://yeoman.io/
- Install MEAN Stack http://mean.io/
- Install Yeoman http://yeoman.io/
- Install GIT https://git-scm.com/download/win
- Install IDE/Editor http://codecondo.com/best-ide-for-node-js/
- Use code scafolding from Yeoman http://yeoman.io/generators/
- Write your code Logic https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
- Periodically push code on git http://www.wikihow.com/Set-Up-and-Use-Git
- Ensure you code is in MEAN https://scotch.io/tutorials/creating-a-single-page-todo-app-with-node-and-angular
- Test your Code and write all scenarios in {ROOT_FOLDER}/test.md.
- Push final code on Git https://help.github.com/articles/pushing-to-a-remote/