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.
Update the settings in the config.js file.
There you find the language settings, API and router options.
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.
Update the Gruntfile and add your tasks like testing or linting.
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.