Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

basic-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-dev-server

A basic Node Express server for development

  • 1.0.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Basic Development Server

This project aims at providing a very (very (very)) basic development server with minimal configuration and maximum ease of use in order to make the setup of a simple develpoment environment deadly fast and easy.

The project is built with the Express framework and is intended to be modular and adaptable.

Installation

To use this dev server you need to have Node.js installed on your machine.
Then clone this repository in the directory of your choice and launch : npm install in that directory.
To run the server : node run start, the server should now be up on localhost and listening on port 8081 (default).
Note : you can change the port on which the server will be listening by changing the value of the port constant in server.js.

Usage

(WIP ...)

Contributing

This basic-dev-server is published under the GPLv3 so feel free to use, copy, redistribute and/or improve it as you like !

(see LICENSE for more details).

FAQs

Package last updated on 04 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc