Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsadhanala/baseui-project
Boilerplate for a new Front-end project with gulp build.
https://github.com/dsadhanala/baseui-project
Last synced: 29 days ago
JSON representation
Boilerplate for a new Front-end project with gulp build.
- Host: GitHub
- URL: https://github.com/dsadhanala/baseui-project
- Owner: dsadhanala
- Created: 2014-02-26T04:29:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T02:00:45.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T23:07:03.477Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 841 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
baseUI
======All the stuff you need to create a new front-end project from the scratch. It includes handlebars HTML templates, SASS for CSS and modularized JS. All the build management/code compilation will be handled with gulp (task runner) and webpack for JS modularity.
Requirements
--
- Node.js >= v0.10
- git v2.6.4
- python v2.7.11
- bower: `npm install -g bower`
- gulp: `npm install -g gulp`
- web pack: `npm install -g webpack`Install
--
`npm install && bower install`Dev Build
--
`gulp`Production Build (Uglified, Optimized Images)
--
`gulp publish`Run server form the Production build
--
`gulp serve:dist`