First steps

#1 Update the package.json file

Open the package.json file and update the information about the repository, the license and yourself.
You should also update the README.md file.

#2 Change the config

Update the settings in the config.js file.
There you find the language settings, API and router options.

#3 Include your CSS and JS libraries

CSS and JavaScript libraries can be front-loaded in the loader.js file. Add them to the array there so that they are available when your application starts.

#4 Update your toolchain

Update the Gruntfile and add your tasks like testing or linting.

#5 Write modules and components

Update the Navigation component (or remove it if you do not need it) and add your application's modules and components.


You can also checkout the project website that uses battle-backbone to provide you with a documentation.