xiyau / js-dev-en-setup

javascript developement environment with consistancy in mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-dev-en-setup

javascript developement environment with consistancy in mind

pull the project

git pull https://github.com/xiyau/js-dev-en-setup.git

staging all the files

git add .

git commit

git commit -m initializing

git push

push all the files to git

initializing

npm init

install node modules

npm install

install node security check

npm install -g nsp

add security check to npm scripts

nsp check

About

javascript developement environment with consistancy in mind


Languages

Language:JavaScript 92.7%Language:HTML 6.4%Language:CSS 0.9%