generator-simple-server

0.0.2 • Public • Published

Simple Server

Simple server for static files. Used by frontend developers

Introduction

Simple Server is generator for fast creating http server for static files. This should be used only for frontend developers needs.

Features

  • Runs http server for static files
  • You can provide custom directory name for static files (default: public) and port (default: 8080)

Getting Started

*If you are new to Yeoman, you will find a lot of answers to your questions in their getting started guide.

  • Install: npm install -g generator-simple-server
  • To init your project: yo simple-server
  • To start the server and develop your app: node server

Package Sidebar

Install

npm i generator-simple-server

Weekly Downloads

3

Version

0.0.2

License

ISC

Last publish

Collaborators

  • agribanov