Skip to content

agribanov/generator-simple-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple server for static files. Used by frontend developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published