Skip to content

AaronLeoCooper/react-rematch-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A playground app to test React, Redux and Rematch

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors