Skip to content

html-toolkit/project-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HTML Toolkit / Project Stub

When you start a new project you need some defined initial file structure and package.json with bunch of dev dependencies. You can avoid to handle with it manually using this project stub.

$ git clone https://github.com/html-toolkit/project-stub.git my-new-project && cd my-new-project
$ npm install

After package manager install all dependencies you could start:

$ npm start

This will turn on grunt watch and grunt server tasks.

About

Start a new project from this stub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published