Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuongndc9/todos-react-native
📗 Todos with React Native.
https://github.com/cuongndc9/todos-react-native
103cuong react-native todo todoapp todolist todos
Last synced: 16 days ago
JSON representation
📗 Todos with React Native.
- Host: GitHub
- URL: https://github.com/cuongndc9/todos-react-native
- Owner: cuongndc9
- License: mit
- Created: 2019-02-27T17:13:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T16:44:40.000Z (over 5 years ago)
- Last Synced: 2024-11-21T04:06:28.918Z (3 months ago)
- Topics: 103cuong, react-native, todo, todoapp, todolist, todos
- Language: JavaScript
- Homepage:
- Size: 901 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todos-react-native
> 📗 Todos with React Native.
## Install
Create `.env` file
```
MONGODB_URI=
```
Install dependencies for mobile only
```
➜ npm i
```
Install dependencies for server only
```
➜ npm run install-server
```
Install dependencies for all
```
➜ npm run install-all
```## Usage
Run mobile only
```
➜ npm start
```
Run server only
```
➜ npm run server
```
Run all
```
➜ npm run dev
```## License
![](https://img.shields.io/github/license/cuongw/todos-react-native.svg?style=flat-square)