NazarovALAL / meowter

Meow it out!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub stars GitHub forks

meowter is a responsive React app that utilises Redux and Router.

Installation

node.js and npm.

If you would like to download the code and try it for yourself:

  1. Clone the repo: git@github.com:trplfr/meowter
  2. cd meowter/client
  3. Install packages for client: npm i
  4. Build project, start client and launch: npm run start
  5. cd meowter/server
  6. Install packages for server: npm i
  7. Build project, start server and launch: npm run start:dev
  8. Open your browser at: http://localhost:8080

Tools

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

Node.js

Supports LTS version (v12).

Author

Valentine C.

About

Meow it out!


Languages

Language:JavaScript 74.7%Language:TypeScript 25.3%