generator-bobflux-template v0.1.2
generator-bobflux-template

Simple generator with everything you need for developing application using Bobril + Bobflux.
Installation
First, install Yeoman and generator-bobflux-template using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-bobflux-template
Then generate your new project:
yo bobflux-template
This command will ask you for name of your new project. After you write name and hit enter, the folder in which you have started this command will contain prepared project.
This newly generated project also contains readme.md file that provides further information about structure of the project.
Getting to Know Bobril
Bobril is component oriented framework like React, based around idea of virtual DOM, but much more faster. It was created by Boris Letocha, more information can be found here: Official Bobril repo. Boris is also creator of bobril-build which is build tool for Bobril porjects, this tool is also used in this template project(how to use it is described in readme.md file in generated project or in bobril-build repository mentioned above.
There already many resources to learn about Bobril from(author of both linked resources is Tomáš Růt):
Article about Bobril/Bobflux en
Getting to know Bobflux
Bobflux is project started by Karel Steinmetz, that implements FLUX architecture in purely functional way, also it is already prepared for Bobril. More information about Bobflux can be found here: Official bobflux repo
Articles and videos from Tomas Rut, mentioned in previous section also contains good information about bobflux.
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
MIT © Jakub Ječmínek