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

https://github.com/aaronleocooper/react-rematch-playground

A playground app to test React, Redux and Rematch
https://github.com/aaronleocooper/react-rematch-playground

create-react-app react reactjs redux rematch

Last synced: about 2 months ago
JSON representation

A playground app to test React, Redux and Rematch

Awesome Lists containing this project

README

        

# react-rematch

This is a playground project to try out Redux and Rematch with a
`create-react-app` bootstrap.

## Getting starting

1. Run `npm i`
2. Create a `.env` file, defining all the variables listed
inside `.env.example`
3. Start the local API server with `npm run api`
4. Start the UI app with `npm start`

## Key commands

- `npm start` - start the app in development mode
- `npm run build` - build the app for production
- `npm test` - run tests once with coverage
- `npm run test:watch` - run tests continually as you develop
- `npm run api` - run a local API to serve data

---

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).