Skip to content

FrontEndHub/front-end-template

 
 

Repository files navigation

Front-End Template

A template for building static websites powered by gulp and webpack.

Requirements

Make sure that the latest Active LTS version of Node.js installed.

If you have nvm just run:

$ nvm install # Or nvm i

Setup

# install dependencies
$ npm install # Or yarn

Usage

Development

# serve with live/hot reloading at localhost:3000
$ npm run dev # Or yarn dev

Production

# build for production
$ npm run build # Or yarn build

About

A template for building static websites powered by gulp and webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.9%
  • CSS 27.6%
  • HTML 6.5%