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

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

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 |