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

https://github.com/cmsrs/tasks-react

reactJS for tasks app
https://github.com/cmsrs/tasks-react

Last synced: about 1 year ago
JSON representation

reactJS for tasks app

Awesome Lists containing this project

README

          

# ReactJS for tasks app

* create server site from:

* install dependency

```bash
npm install
```

* start app

```bash
npm start
```

* build app

```bash
npm run build --path admin
cp -r build admin
cp -r admin /public
```