Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fierysolid/rotoql-project

Repository files navigation

strap

git clone -b master --single-branch https://github.com/kevinjamesus86/strap.git <new-name> for crafting

do this

# clone master branch ( really just a Require setup )
git clone -b master --single-branch https://github.com/kevinjamesus86/strap.git <new-name>

# install dependencies
npm i && bower i

# and serve
npm run dev

love for bower

Feel free to bower i -S <dependency> and require it into a module. Por ejemplo:

# install and save jquery as a dependency
bower i -S jquery

and then

// app/require/paths.js
define({
  // snip ...
  jquery: 'components/jquery/dist/jquery'
});

// later, in your awesome module
define(['jquery'], function($) {
  // $ stuff
});

Add or change files, watch the browser reload, woohoo 👍

About

rotoql-project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages