1.0.1 • Published 7 years ago

create-html-project v1.0.1

Weekly downloads
20
License
MIT
Repository
github
Last release
7 years ago

create-html-project

Front-end boilerplate for creating new web projects with Gulp.js and everything you need to get started.

Install (create-html-project) to global:

Package command to create html preject.

$ npm install -g create-html-project

Create new project:

$ create-html-project my-project-name

You can run these commands in the project:

Required! Gulp installed npm install -g gulp

Starts the development server.

$ npm run dev

Bundles files for production.

$ npm run build

Thank you for your suggestions!