Skip to content

smakosh/Unnamed-getting-started

Repository files navigation

unnamed-starter-kit

Git clone this repository to easily start coding your UI, easily edit the sass elements like colors, fonts, buttons, forms....

you have to install node js, gulp js, bower, npm or yarn before clonning the repository!

By installing Node js, npm comes with it per default!
Check https://nodejs.org
To install Gulp:
npm install gulp-cli -g

Check https://gulpjs.com

To install Bower:
npm install -g bower

Check https://bower.io

To install Yarn:
Check https://yarnpkg.com

Once you've cloned this repository

To install node modules run:

npm install or yarn install

To install bower packages run:

bower install

To start the local server run:

gulp serve

To build (files can be found inside dist folder after build):

gulp build

About

Unnamed starter kit featuring yoeman webapp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published