Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amercier/meteor-react-todos
Official Meteor/React Todo App tutorial, with Travis CI, ESLint and deployable on Heroku
https://github.com/amercier/meteor-react-todos
eslint heroku meteor react todoapp travis-ci
Last synced: 9 days ago
JSON representation
Official Meteor/React Todo App tutorial, with Travis CI, ESLint and deployable on Heroku
- Host: GitHub
- URL: https://github.com/amercier/meteor-react-todos
- Owner: amercier
- License: isc
- Created: 2018-06-13T11:46:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:35:38.000Z (28 days ago)
- Last Synced: 2024-10-19T22:51:52.044Z (26 days ago)
- Topics: eslint, heroku, meteor, react, todoapp, travis-ci
- Language: JavaScript
- Homepage: https://www.meteor.com/tutorials/react/
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
meteor-react-todos
==================> Official Meteor/React Todo App tutorial, with Travis CI, ESLint and deployable
> on Heroku[Live Demo](https://amercier-meteor-react-todos.herokuapp.com/)
Prerequisites
-------------- [NodeJS](https://nodejs.org/en/) 8+
- [Meteor](https://www.meteor.com/install) 1.7+Installation
------------```
npm install
```Start application
-----------------```
npm start
```Open http://localhost:3000/
Run tests
---------```
npm test
```Deployment
----------### Heroku
1. Create a new Heroku app
2. In **Settings** tab: set `https://github.com/AdmitHub/meteor-buildpack-horse.git` as the only buildpack
3. In **Resources** tab: add [mLab MongoDB](https://elements.heroku.com/addons/mongolab) add-on
4. Set `ROOT_URL` config var to `https://.herokuapp.com`
5. Deploy your app (`git push heroku master` if you are [deploying with Git](https://devcenter.heroku.com/articles/git))### Others
Please refer to official [Meteor Deployment and Monitoring](https://guide.meteor.com/deployment.html) guide.
License
-------[ISC](./LICENSE.md)