Skip to content

Joao-vi/reactjs-components-patterns

Repository files navigation

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.