Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AJ-7885/React-Simple-ToDo-list
The application base on Relay Kick Start kit . ( React.JS , Relay , GraphQL , Webpack and Yarn build process , )
https://github.com/AJ-7885/React-Simple-ToDo-list
Last synced: 8 days ago
JSON representation
The application base on Relay Kick Start kit . ( React.JS , Relay , GraphQL , Webpack and Yarn build process , )
- Host: GitHub
- URL: https://github.com/AJ-7885/React-Simple-ToDo-list
- Owner: AJ-7885
- Archived: true
- Created: 2017-02-25T01:49:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T20:51:25.000Z (over 4 years ago)
- Last Synced: 2024-08-01T21:50:36.816Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 854 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple TODO APP using ( React.JS , Relay , GraphQL )
## Installation
```
npm install
```## Running
Start a local server:
```
npm start
```## Developing
Any changes you make to files in the `js/` directory will cause the server to
automatically rebuild the app and refresh your browser.If at any time you make changes to `data/schema.js`, stop the server,
regenerate `data/schema.json`, and restart the server:```
npm run update-schema
npm start
```## License
MIT
## Demo Video