0.0.2 • Published 10 years ago

generator-simple-server v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

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
0.0.2

10 years ago

0.0.1

10 years ago