Skip to content

Kolya91/base-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base-UI AngularJS Project

  1. Clone porject
git clone https://github.com/Kolya91/base-ui.git
  1. Install node and npm
  2. Go to project folder
cd path/to/base-ui
  1. Install modules
npm install
  1. 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
  1. Build the project
gulp build

or

gulp live

and project will be rebuild automatically.

  1. Start server (simple localhost) for use application in browser
node server.js
  1. 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.

Next TODOs:

  1. Add unit tests base structure
  2. Add livereload
  3. Finish with production task (minified files)

Note: Project should be rebuild after adding new files

(gulp build or gulp live)

This project is in progress!!!

About

Base-UI AngularJS Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors