Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 535 Bytes

About

Portfolio with works of the best women on the entire word. React + TypeScript + Vite + GraphQL.

Installation

Clone the repo and run: yarn install

Start

After the successfull installation of the packages: yarn dev

Preview

https://react-advanced-devpath.netlify.app/

Start json server

json-server --watch db.json --port 3004

Start graphQl server

json-graphql-server db.js --p 3008

Start node server

node server

install globally json and graphql server first

servers works locally