
Lightweight starting point for a modern backbone web app.
The Modern Backbone Starter-kit is a development environment designed for modern backbone development. It provides a range of features such as ES6 support, Jest for testing, HMR for webpack-dev-server, css-next for CSS handling, and eslint for code linting. The project aims to make it easy for developers to start hacking by cloning or forking the repository.
The Modern Backbone Starter-kit provides a development environment for modern backbone development. It includes features like ES6 support, Jest for testing, HMR with webpack-dev-server, css-next for CSS handling, and eslint for code linting. The project makes it easy to get started by cloning or forking the repository.

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.