JaeYeopHan / js_common_scaffolding

Common scaffolding repository for starting a JavaScript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffolding Repository

License: MIT

Common scaffolding repository for starting a JavaScript project.

Install

$ git clone https://github.com/JaeYeopHan/js_common_scaffolding [project Name]
$ cd [project Name]
$ npm install
# and
$ npm test
$ npm start

Project Set up

1. Remove .git

  • 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

2. Modify package.json

  • "name"
  • "description"
  • "repository"
  • address

3. Modify README.md

  • If you want following format, just remove this section, and modify below section.
  • Adding badges about project.

4. Start your project


[Project Name]

[badges]

[Project description]


[Live Demo]

SetUp


Usage


API Document


Development Installation


Bug Report


Contribute


LICENSE

About

Common scaffolding repository for starting a JavaScript project

License:MIT License


Languages

Language:JavaScript 88.8%Language:HTML 10.6%Language:CSS 0.6%