Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wnuqui/todo_marionettejs
Cram course MarionetteJS project (from July 2015)
https://github.com/wnuqui/todo_marionettejs
casperjs marionettejs mocha todoapp
Last synced: 8 days ago
JSON representation
Cram course MarionetteJS project (from July 2015)
- Host: GitHub
- URL: https://github.com/wnuqui/todo_marionettejs
- Owner: wnuqui
- Created: 2017-06-02T13:06:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T13:21:55.000Z (over 7 years ago)
- Last Synced: 2024-11-18T09:42:56.904Z (2 months ago)
- Topics: casperjs, marionettejs, mocha, todoapp
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApp using MarionetteJS
This is a TodoApp (CRUD) using MarionetteJS. It has unit (mocha) and e2e (casper) tests.
## Setup
### Clone, install packages (npm and bower)
$ git clone [email protected]:wnuqui/todo_marionettejs.git
$ cd todo_marionettejs/
$ npm install -g grunt-cli && npm install && bower install
$ npm install -g httpster### Serve via httpster
`httpster` is a simple http server. After install run it via:
$ grunt shell### Open browser at http://localhost:3333/
Open browser and explore the simple MarionetteJS app.
## Tests
Run unit and e2e tests. e2e requires the httpster to serve the app.
$ grunt