An open API service indexing awesome lists of open source software.

https://github.com/erikyuzwa/backbone-webpack4-jest-starter

Backbone starter using Webpack4 and Jest
https://github.com/erikyuzwa/backbone-webpack4-jest-starter

backbonejs handlebars jest starter-template webpack4

Last synced: about 1 month ago
JSON representation

Backbone starter using Webpack4 and Jest

Awesome Lists containing this project

README

        

# backbone-webpack4-jest-starter

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

## Less than 2 minutes tutorial

```js
$ git clone [email protected]:erikyuzwa/backbone-webpack4-jest-starter.git
$ cd backbone-webpack4-jest-starter
$ npm install
$ npm start
$ open "http://localhost:8080"
```

## Frameworks, libraries & tools

- [EcmaScript6](http://www.ecma-international.org/ecma-262/6.0/) (with [Babel](https://babeljs.io/))
- [Backbone.js](http://backbonejs.org/)
- [Lodash](https://lodash.com/)
- [Handlebars](http://handlebarsjs.com/)
- [Webpack](https://webpack.github.io/)
- [Jest](https://jestjs.io/)

## 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.