Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 286 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 286 Bytes

News Aggregator

Sample application build with Laravel(v9.51.0) + React(v18.2.0)

Requirement

Set up

For the first time to initialize and build the api and app

$ make init

To spin up the application

$ make up

To spin down the application

$ make down