Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 338 Bytes

Getting Started with Achilles React App

Local Commands

yarn install yarn start

Docker commands

docker-compose up -d --build

After running commands successfully, the app will be run on http://localhost:3000

Note: Making sure you have built achilles backend first. Otherwise, this app will not able to access db part.