meowter is a responsive React app that utilises Redux and Router.
node.js and yarn is required to get yarn
.
If you would like to download the code and try it for yourself:
- Clone the repo:
git@github.com:trplfr/meowter
cd meowter/client
- Install packages for client:
yarn
cd meowter/server
- Install packages for server:
yarn
- Build project, start server and launch:
yarn serve
- Open your browser at:
http://localhost:8080
Key tools used in this React project are:
Tool | Description |
---|---|
React | A JavaScript library for building user interfaces |
Redux | A Predictable State Container for React |
Router | Declarative routing for React |
Supports LTS version (v12).