atom-development-server

a development server for atom

joaoafrmartins

22,929

14

0.3.4

MIT

GitHub

Atom Development Server

https://github.com/joaoafrmartins/atom-development-server/

A screenshot of your spankin' package

Features

Static Http Server

Live Reload Server

Terminal

Browser Tabs

Note: the browser config section allows you to embed multiple iframes inside atom

    "browser": {
      "tabs": [
        {
          "split": "right",
          "title": "Preview",
          "changeFocus": false,
          "searchAllPanes": true,
          "uri": "http://localhost:8080"
        },
        {
          "split": "right",
          "title": "Specs",
          "changeFocus": false,
          "searchAllPanes": true,
          "uri": "http://localhost:8080/specs.html"
        }
      ]
    }

Custom Shortcuts