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
- Host: GitHub
- URL: https://github.com/aaronleocooper/react-rematch-playground
- Owner: AaronLeoCooper
- Created: 2018-03-06T13:35:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T10:43:24.000Z (about 7 years ago)
- Last Synced: 2025-02-02T03:27:54.611Z (4 months ago)
- Topics: create-react-app, react, reactjs, redux, rematch
- Language: JavaScript
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).