TucsonReactJS / primer

A React Github searcher utility with a focus on idiomatic principles and the component life cycle
MIT License
1 stars 2 forks source link

Add snabbt.js and use npm scripts to build project #2

Closed oskwazir closed 9 years ago

oskwazir commented 9 years ago
npm run build

will first execute prebuild which runs npm install and then the gulp build task is called. Makes it easier to clone the repo and just run one command to setup and build.