Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)