Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 255 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 255 Bytes

EmployeeApp

This is a demo employee app

Tech used:

React, Apollo-Client, GraphQL, Prisma.io, Material-UI, SSR, Styled-Component, React Hooks

To run the app in client mode

npm start

To run the app in server mode

npm run build npm run server