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
- Host: GitHub
- URL: https://github.com/smakosh/unnamed-getting-started
- Owner: smakosh
- License: mit
- Created: 2017-10-02T14:39:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T13:54:40.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T20:22:41.499Z (7 months ago)
- Topics: starter, starter-kit, starter-project
- Language: CSS
- Size: 112 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.orgTo install Gulp:
npm install gulp-cli -gCheck https://gulpjs.com
To install Bower:
npm install -g bowerCheck 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`