An open API service indexing awesome lists of open source software.

https://github.com/smakosh/unnamed-getting-started

Unnamed starter kit featuring yoeman webapp
https://github.com/smakosh/unnamed-getting-started

starter starter-kit starter-project

Last synced: 6 months ago
JSON representation

Unnamed starter kit featuring yoeman webapp

Awesome Lists containing this project

README

          

# 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`