Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

domo84/application_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Server

Application server for bleeding edge front-end

Setup

Add application_server to devDependencies, not do dependencies.

Create the following structure:

src/es2017
src/images
src/html
src/scss

src/es2017/index.js (corresponds to 'main' in package.json)
src/html/index.html
src/scss/main.scss

inside package.json add:

{
	"application_server": {
		"reload": {
			"room": "admin",
			"host": "0.0.0.0",
			"port": 8010
		}
	}
}

About

Application server for bleeding edge front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published