Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 181 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 181 Bytes

Digieggs Project

Start project

Install dependencies

Frontend

npm install

Backend

cd graphql_server
npm install

Run dev server

npm run dev