Skip to content

perspectivezoom/gulp-jspm-react-coffee-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-jspm-react-coffee-starter

A hand-rolled pipeline for front end projects using gulp, jspm, and coffeescript.

Usage

Clone and Enter the Repo

git clone git@github.com:perspectivezoom/gulp-jspm-react-coffee-starter.git
cd gulp-jspm-starter

Install Dependencies

npm install
jspm install

Build and Start the Dev Server

gulp serve

Builds from src into dev and starts BrowserSync. Note: This project uses gulp 4. If you don't have gulp 4 globally installed, or have not aliased the gulp command to the local repo, you will need to use ./node_modules/.bin/gulp serve instead.

Generate a Production Build

gulp clean
gulp dev
gulp prod

Builds from dev into prod, minifying css, js, and images.

Acknowledgements

Large portions of this repo were more or less copied from:

License

MIT. Go nuts.

About

A pipeline for front end projects using gulp, jspm, and coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published