Closed mabuelhagag closed 8 years ago
Other things to do:
bootstrap-sass
and jquery-ui-scss
by bower and replace the current scss files.favicon.ico
and apple-touch-icon.png
@andreasbastian Should I re-factor the recent changes made in 'master' to be reflected here?
Hey Mohammed,
Kait and I are going to be making a few more changes to meet a deadline today, so I'd hold off for now. We haven't yet had a chance to look over your PR in detail, but let's try skyping on Thursday- will send you an email to schedule.
Closing this for a new PR
I this pull request:
generator-webapp
to create a vanilla projectwiredep
and custom<script>
tags for required files by the project..mvmrc
to use NodeJS v5.10To run the project:
nvm use
to load the correct version of NodeJSnpm install -g yo bower generator-webapp
gulp serve
to open the project into browser using BrowserSyncYou can also run
gulp build
to build the project intodist
folder. Then you can rungulp serve:dist
to run this copy.