https://github.com/fed/places-backbone
Places App built using Backbone.js
https://github.com/fed/places-backbone
backbone
Last synced: 9 months ago
JSON representation
Places App built using Backbone.js
- Host: GitHub
- URL: https://github.com/fed/places-backbone
- Owner: fed
- Created: 2017-11-21T13:12:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T03:06:58.000Z (about 6 years ago)
- Last Synced: 2025-06-25T02:44:17.709Z (about 1 year ago)
- Topics: backbone
- Language: JavaScript
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Places App
This is a remake of my [Places App](https://places.fknussel.com) built using [Backbone.js](https://backbonejs.org/) and following this [tutorial](https://youtu.be/FZSjvWtUxYk).
## Prerequisites
* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)
## Development Tasks
| Command | Description |
|---------|-------------|
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Run the app in development mode with live reload on `http://localhost:6789` |
| `yarn build` | Generate an optimised, production-ready `build` folder |
| `yarn test` | Run test suite in the interactive watch mode |