Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 300 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 300 Bytes

API Calls

Simple application to call REST APIs.

ApiCalls

Project Setup

Install

npm install

Development

npm run dev

Build

# For windows
$ npm run build:win

# For mac
$ npm run build:mac

# For Linux
$ npm run build:linux