- Clone porject
git clone https://github.com/Kolya91/base-ui.git
- Install
nodeandnpm - Go to project folder
cd path/to/base-ui
- Install modules
npm install
- Then install bower components
bower install
or if you have already installed
bower update
If you have some issue with bower try install bower global
npm install bower -g
- Build the project
gulp build
or
gulp live
and project will be rebuild automatically.
- Start server (simple localhost) for use application in browser
node server.js
- Browse application
http://localhost:7007/#/
By default application will be built to /build folder. Build folder doesn't appear in commit. You can change it in .gitignore file.
- Add unit tests base structure
- Add livereload
- Finish with production task (minified files)
(gulp build or gulp live)