GithubHelp home page GithubHelp logo

jasminekray / atom-live-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jas-chen/atom-live-server

0.0 2.0 0.0 1.13 MB

Launch a simple development http server with live reload capability.

Home Page: https://atom.io/packages/atom-live-server

License: MIT License

JavaScript 96.66% CSS 3.34%

atom-live-server's Introduction

atom-live-server package

Launch a simple development http server with live reload capability.

Demo

This package is based on awesome Live Server project.

Usage

ctrl-alt-l launch live server on port 3000.

ctrl-alt-q stop live server.

ctrl-alt-3 launch live server on port 3000.

ctrl-alt-4 launch live server on port 4000.

ctrl-alt-5 launch live server on port 5000.

ctrl-alt-8 launch live server on port 8000.

ctrl-alt-9 launch live server on port 9000.

Options

If a file .atom-live-server.json exists in project root it will be loaded and used as options.

The keys of .atom-live-server.json should match Command line parameters in live-server.

Example: Launch specific browser

{
  "browser": "safari"
}

Example: Start server without browser opened

{
  "no-browser": true
}

Example: Serve this file for every 404 (useful for single-page applications)

{
  "entry-file": "index.html"
}

Example: Serve this directory as root path

{
  "root": "public"
}

atom-live-server's People

Contributors

jas-chen avatar bfkss avatar boulabiar avatar

Watchers

James Cloos avatar Jasmine Ray avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.