Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 526 Bytes

HTML5 Initializer

HTML5 Initializer help you to start your front-end project quickly.

Installation

HTML5 Initializer requires :

Install the dependencies and devDependencies.

$ git clone https://github.com/anouarcharij/html-Initializer.git
$ cd html-Initializer
$ npm install

Run the server

$ npm run server

Build the project

$ npm run build