Introduction
I have put here notes for my guidance for my next project. These tips may be a bit random, but I need a reference page. I will neaten this up later when I get more time.
Home | Applications | Documentation | Transport | Personal |
Web | AJAX | CSS3 | DOM | HTML5 | JavaScript | JQuery | Node.JS | TypeScript |
Introduction
I have put here notes for my guidance for my next project. These tips may be a bit random, but I need a reference page. I will neaten this up later when I get more time.
Install Node.js
Install npm packages
From the command prompt, type in "install npm {package name} --save"
The "--save" option adds the package to the package.json file. This will
allow an install of the project to fetch the npm packages automatically.
Node.js Export
Node.js Express
Node.js EJS
This handles page rendering for views. This is a very powerful product and
Node.js body-parser
This has been replaced. Need to find with what shortly.