Skip to content

markuz-brasil/seed

 
 

Repository files navigation

Features

| ES6| Browserify| Web Stater Kit| Jade| LESS| SASS| Mocha |--- |--- |--- |--- |--- |--- |--- |--- |---

Quickstart

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 install

That's it! You should now have everything needed to begin hacking on seed.

Gulp Commands

You can now use Gulp with the following commands to stay productive during development:

Build & Optimize
gulp
Watch For Changes & Automatically Refresh Across Devices
# minimal dev mode (faster)
gulp watch serve dev

# full build mode (longer)
gulp watch serve build

Now direct your browser to http://localhost:3000/

License

MIT

About

Web Starter Kit (Beta)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 76.5%
  • JavaScript 23.5%