Skip to content
Alexander Savin edited this page Jan 20, 2015 · 5 revisions

Welcome to the bnsf wiki!

Quick start

The quickest way to start developing using bnsf is to use bnsf yeoman generator.

$ npm install -g yo generator-bnsf gulp
$ yo bnsf your-project-name
$ cd your-project-name
$ gulp

If all was done right, open http://localhost:3000 in your browser and you'll see the index page of your project.

Feel free to remove all blocks from desktop.blocks directory and write your own.

Clone this wiki locally