Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 138 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 138 Bytes

Baby-Name-App

To install and start

cd frontend/
npm install
npm run start

cd backend/
npm install
npm run start