To build/serve our app you need install following packages:
- Brunch
- Bower
npm install -g brunch
npm install -g bower
To clone this repository you need:
git clone https://github.com/Shugar/estate estate
To install npm & bower plugins you need put in terminal following commands:
cd estate //our folder
npm install
bower install
To serve your app you need go to your project folder and put in terminal following commands like
brunch w -s
To build your app to static files without --watch
you need
brunch build
To build app to production version (minified code and etc) —
brunch build -p