Common scaffolding repository for starting a JavaScript project.
$ git clone https://github.com/JaeYeopHan/js_common_scaffolding [project Name]
$ cd [project Name]
$ npm install
# and
$ npm test
$ npm start
- Initialize git
$ rm -rf .git
$ git init
$ git add .
$ git commit -m "Initial commit"
$ git remote add [your github repository addrss]
$ git push -u origin master
- "name"
- "description"
- "repository"
- address
- If you want following format, just remove this section, and modify below section.
- Adding badges about project.
[badges]
[Project description]