Node JS - Kick off implementation

0 votes
185 views
added Nov 8, 2019 in Node JS by LC Marshal Captain (25,790 points)
  1. Get VS CODE (visual studio code)
  2. ctrl+` to open terminal
  3. Install Git for Windows in order to run a git command on VS CODE terminal
  4. Restart terminal everytime done installed plugins. e.g Node.js, git bash
  5. install Node.js for platform in use. The Node Package Manager is included in the Node.js distribution.
  6. please use cd command to install to correct path. cd /wamp/www/ or cd /wamp64/www
  7. Before clone, add new path with following command: mkdir newsite in correct directory
  8. (In correct path) Use git command to clone repository: git clone https://[email protected]/teamsinspace/documentation-tests.git
  9. Check the directory on the physical path e.g wamp/www/tep_git/
  10. Install other node plugins i.e jade, sass.  npm install -g jade
  11. You’ll need to open a new terminal (command prompt) for the node and npm command line tools to be on your PATH.
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...