Skip to content

Frontend web project starter template with Gulp, Livereload, PostCSS, CSSNext, Babel, ES6 features.

Notifications You must be signed in to change notification settings

WigoHunter/webstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Frontend web project starter template with Gulp, Livereload, PostCSS, CSSNext, Babel, ES6 features.

Why

This project starter pre-installs and sets up the basic configurations needed for a modern web development environment, powered by a series of Gulp plugins (PostCSS and Babel) and an easy local server by ExpressJS.

Usage

step 1: Clone the project using git clone https://github.com/WigoHunter/webstarter.git.
step 2: Run cd webstarter.
step 3: Fire npm install.
step 4: Download Google Chrome extension at https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei.
step 5: To open the local server (using express) concurrently watching all changes on html, css and js files, use my npm script npm start and click on the google chrome extension (livereload)'s icon to activate it.

What now?

And now, you now have your project up and running at localhost:8000 and css files auto-compiled and -reloaded by PostCSS and CSSNext plus js files by Babel and ES2015.

Upload to your web hosts

After development stage, simply ftp everything in the folder /src to your web hosting service provider, and you are good to go.

About

Frontend web project starter template with Gulp, Livereload, PostCSS, CSSNext, Babel, ES6 features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published