/backbone-webpack4-jest-starter

Backbone starter using Webpack4 and Jest

Primary LanguageJavaScriptMIT LicenseMIT

backbone-webpack4-jest-starter

A starter project for Backbone.js with Webpack4, Handlebars, Bootstrap4 and other modern libraries.

Less than 2 minutes tutorial

$ git clone git@github.com:erikyuzwa/backbone-webpack4-jest-starter.git
$ cd backbone-webpack4-jest-starter
$ npm install
$ npm start
$ open "http://localhost:8080"

Frameworks, libraries & tools

NPM tasks

Main tasks

$ npm install

Download the project dependencies.

$ npm start

Run the application in development mode with dev tools and sources watching.

Other tasks

$ npm run build

Package the application in dist directory in production mode.

$ npm run test

Run the tests in the spec folder.