• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Launch a simple development http server with live reload capability.

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

Command Keybinding Description
atom-live-server:start-server ctrl-alt-l Launch live server on default port, by default 3000.
atom-live-server:stop-server ctrl-alt-q Stops currently running instance of live server.
atom-live-server:start-3000 ctrl-alt-3 Launch live server on port 3000.
atom-live-server:start-4000 ctrl-alt-4 Launch live server on port 4000.
atom-live-server:start-5000 ctrl-alt-5 Launch live server on port 5000.
atom-live-server:start-8000 ctrl-alt-8 Launch live server on port 8000.
atom-live-server:start-9000 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"
}

More Repositories

1

rx-redux

A reimplementation of redux using RxJS.
JavaScript
421
star
2

thisless-react

Reactive React application flow with React, RxJS and Redux
257
star
3

react-reactive-class

Reactive React components
JavaScript
44
star
4

redux-core

Minimal redux
JavaScript
42
star
5

karma-sourcemap-writer

Sourcemap writer for karma.
JavaScript
24
star
6

elm-architecture

The Elm Architecture in JavaScript
JavaScript
16
star
7

react-dnd-card

Create a drag and drop list in a minute. Built on top of React DnD.
JavaScript
12
star
8

react-starter-kit

React Starter Kit
JavaScript
7
star
9

json-parse

Adds syntax highlighting for JSON.parse(tagged template strings).
4
star
10

react-render-loader

A webpack loader that renders React components to HTML strings.
JavaScript
4
star
11

router5-link-interceptor

Link interceptor for router5.
JavaScript
4
star
12

unbloat

Atomic CSS in JS
JavaScript
4
star
13

simple-universal-web-app

Dead simple, no router and other stuff. Only to show how universal web apps work.
JavaScript
4
star
14

evstore

Event based state management library
JavaScript
3
star
15

clex

Switch-case free state management library
JavaScript
3
star
16

undo-redo-demo

undo redo 倧作戰
HTML
2
star
17

srender

Tiny web framework
JavaScript
2
star
18

default-css-class-loader

BEM style like CSS naming conventions with CSS Modules made easy.
JavaScript
1
star
19

jas-chen.github.io

HTML
1
star
20

css-in-js

CSS in JS techniques - Version and Downloads.
1
star
21

tomcat6-jre7-ssl-admin

Tomcat 6 with SSL and Admin user configuration
Shell
1
star
22

vueactive

React bindings for @vue/reactivity
JavaScript
1
star
23

rescript-create-react-app

Create React App with ReScript
HTML
1
star
24

jsty

Fast and tiny CSS in JS library
TypeScript
1
star