meowter is a responsive React app that utilises Redux and Router.
node.js and npm.
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:
npm i
- Build project, start client and launch:
npm run start
cd meowter/server
- Install packages for server:
npm i
- Build project, start server and launch:
npm run start:dev
- Open your browser at:
http://localhost:8080
Key tools used in this project are:
Tool | Description |
---|---|
React | A JavaScript library for building user interfaces |
Redux | A Predictable State Container for React |
Router | Declarative routing for React |
NestJS | A progressive Node.js framework for building efficient, reliable and scalable server-side applications |
Supports LTS version (v12).