Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 235 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 235 Bytes

microservices-react

A basic CRUD application with a lot going on under the hood.

How to Start

# in the root directory
docker-compose up

# in a separate window from the classifieds-app directory
npm i
npm start