Ziack / server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultra simple Express boilerplate with Gulp

This is a simple project I use when I need to do some experiment on some js or css.

Gulp gives the livereload super quick power.

To install

git clone https://github.com/MadeOnMars/Express-boilerplate.git myApp
cd myApp
npm install
npm install --global gulp
gulp
# The project is available at http://localhost:3000

About


Languages

Language:JavaScript 93.4%Language:HTML 6.6%Language:CSS 0.0%