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: 9 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T16:44:40.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T06:28:07.877Z (over 1 year 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
