website built by NodeJS: A message board based on sticky notes. It contains the demonstration between view engines (jade,EJS,Vash) The website follow the MVC design pattern by using Vash view engine
- express
- underscore
- jade(View engine)
- EJS(View engine)
- Vash(View engine)
- bower
- Create a new repository in Github(Blank one)
- Use VS Code open a folder and initialize the local repository by source control tab
- In terminal, run "git init", then "git remote add origin https://github.com/WilsonZheng/Web-App-NodeJS.git"
- Then run "git pull origin master"
- Now the local and remote repositories will be the same
- So now to check in the code, first use source control tab to check in to local repository, then in Terminal run "git push origin master" to push it to remote repository.
- npm install
- npm install bower -g , bower install underscore
- npm start