https://github.com/meteor/module-todos-react
The todos app, built with Meteor 1.3 + React
https://github.com/meteor/module-todos-react
Last synced: 4 months ago
JSON representation
The todos app, built with Meteor 1.3 + React
- Host: GitHub
- URL: https://github.com/meteor/module-todos-react
- Owner: meteor
- Created: 2016-02-10T16:14:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T03:49:47.000Z (over 9 years ago)
- Last Synced: 2025-01-28T23:44:14.690Z (4 months ago)
- Language: JavaScript
- Size: 235 KB
- Stars: 32
- Watchers: 23
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**NOTE** this project is deprecated, please instead check out the `react` branch of the Todos app: https://github.com/meteor/todos/tree/react
This is a Todos example app built using Meteor 1.3 + React, using ES2015 modules for file organization and NPM for managing React-related dependencies. The server side also follows the principles described in the Meteor Guide.
### Running the app
``` bash
npm install
meteor
```### Scripts
To lint:
``` bash
npm run lint
```