Skip to content

enjalot/served

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

served

Quickly create localhost HTTP servers for any directory. Intended to be as easy to use as possible so web developers who aren't comfortable with the command line yet can get a simple server started quicker.

Development

You can edit the code and run it locally with the following commands:

npm install  
npm start

Distribution

We package up the app using electron-packager, this command builds for all platforms:

npm run package

files

The "backend"

main.js - This initializes the express servers when new files/folders are dragged-and-dropped. package.json - Determines the packages available to both the frontend and backend

The "frontend"

src/app.js - This handles the file selection as well as rendering the GUI. src/index.html - The markup for the GUI src/style.css - The style for the GUI

About

Create simple HTTP servers for any directory, no command line necessary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published