alex35mil / js-app-starter

Kickstart your app
80 stars 26 forks source link

JS App Starter

Description

Front-end app boilerplate.

Technologies:

Setup

Make sure you have npm:

npm -v

Install global modules:

npm install -g gulp browserify babel jade stylus http-server

Fork this repo:

git clone https://github.com/alexfedoseev/js-app-starter.git

Navigate to repo's root:

cd path/to/forked/repo

Install dependencies:

npm install

Usage

Start dev server on http://lvh.me:3500:

npm start

Or make a build for production:

npm run build

License

MIT.