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
- Host: GitHub
- URL: https://github.com/erikyuzwa/backbone-webpack4-jest-starter
- Owner: erikyuzwa
- License: mit
- Created: 2019-12-24T03:39:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T15:17:29.000Z (over 5 years ago)
- Last Synced: 2025-01-22T06:47:47.194Z (3 months ago)
- Topics: backbonejs, handlebars, jest, starter-template, webpack4
- Language: JavaScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.