Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 189 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 189 Bytes

Scripts

To install all frontend dependencies, backend dependencies and concurrently. Run

npm run install-all

To start backend and frontend server. Run

npm run dev