Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 370 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 370 Bytes

escobar-architecture

Application example with recommended architecture for Escobar micro framework

Run example api server with frontend static server

npm i
npm run startExample

Now go to http://localhost:3001/index.html

Run example api server only

npm i
npm run startApi

Example API will be work on port 8080