mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
ea6d3ed602
* Version bump * Update readme and version * Testing * Testing Again
1.1 KiB
1.1 KiB
Insomnia REST Client
Insomnia is a cross-platform REST client, built on top of Electron.
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 to Folder
Build all assets into ./build/
npm run build