https://github.com/tejasbubane/todo_flow
React Todo application using Flow
https://github.com/tejasbubane/todo_flow
example flowtype react webpack
Last synced: 6 months ago
JSON representation
React Todo application using Flow
- Host: GitHub
- URL: https://github.com/tejasbubane/todo_flow
- Owner: tejasbubane
- Created: 2017-05-16T05:25:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T10:49:05.000Z (over 8 years ago)
- Last Synced: 2025-03-25T09:51:26.793Z (10 months ago)
- Topics: example, flowtype, react, webpack
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Todo application using Flow
Clone this repo.
Install all dependencies:
```
npm install
```
Start the webpack-dev-server:
```
npm run watch
```
This will start server on [http://localhost:9000/](http://localhost:9000/).
You files will be compiled in memory and webpack-dev-server will keep listening
to any filechanges. When any file changes, it will recompile that file
and refresh the browser.
#### Flow
Run the command `flow` to validate code for type errors.
This will run a [flow background process](https://flow.org/en/docs/usage/#toc-run-the-flow-background-process)
and keep checking your code as it is being changed. Mulitple editor integrations
are [available](https://flow.org/en/docs/editors/) to take advantage of this.
For more detailed instructions refer the [official flow docs](https://flow.org/en/docs/).