| ES6| Browserify| Web Stater Kit| Jade| LESS| SASS| Mocha |--- |--- |--- |--- |--- |--- |--- |--- |---
npm install --global gulp
This will install Gulp globally. Depending on your user account, you may need to gain elevated permissions using sudo (i.e sudo npm install --global gulp). Next, clone this repo and install the local dependencies seed requires:
git clone --depth=1 https://github.com/markuz-brasil/seed.git
cd seed
npm installThat's it! You should now have everything needed to begin hacking on seed.
You can now use Gulp with the following commands to stay productive during development:
gulp# minimal dev mode (faster)
gulp watch serve dev
# full build mode (longer)
gulp watch serve buildNow direct your browser to http://localhost:3000/