Joao-vi / reactjs-components-patterns

Studying and testing different React components Patterns.

Home Page:https://reactjs-components-patterns.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run this project ?

  1. First, install the dependencies's project by runing:
npm i
# or
yarn
  1. Second, run the project on local devolpement server:
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Studying and testing different React components Patterns.

https://reactjs-components-patterns.vercel.app/


Languages

Language:TypeScript 93.5%Language:CSS 4.2%Language:JavaScript 2.3%