mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
5abf581f7f3c78f466abceee00a859e873618181
Insomnia REST Client 
An elegant and simple REST API client.
Setup
# Install and use correct Node version
nvm install
# Install dependencies
npm install
Run Development
When you run the development environment, it will start both a dev server and an Electron instance. The dev server is part of Webpack and is used to control hot module replacement of UI components. This means that, if you change a component file, you will not need to refresh the app to see the change. It will inject the new component immediately.
npm run dev
Build for Production
Build all assets into ./build/
npm run build
Build and Package Installers
Build binary files for each platform into ./dist/
npm run package
Description
Languages
TypeScript
57%
JavaScript
41.7%
CSS
0.9%
MDX
0.2%
C++
0.1%
