Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineTraube committed Aug 24, 2016
1 parent 0a71e9f commit 76b876d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Bootstrap Baqend Starter Kit
With this starter project you can easily build application based on:

- [Bootstrap](http://getbootstrap.com/) for a responsive, easy-to-use frontend
- [Baqend](http://www.baqend.com/) for hosting the application, storing data, managing users and executing server-side logic
- [Less](http://lesscss.org/) for powerfull CSS styling
- [Gulp](http://gulpjs.com/) for building, deploying and live-reloading

## How to use it

$ git clone git@github.com:Baqend/bootstrap-starter.git
$ cd bootstrap-starter
$ npm install

After, run

$ gulp

...if you need a local server. Folder **build** serving at [http://localhost:8888](http://localhost:8888)

0 comments on commit 76b876d

Please sign in to comment.