generator-simple-server

Simple server for static files. Used by frontend developers

Usage no npm install needed!

<script type="module">
  import generatorSimpleServer from 'https://cdn.skypack.dev/generator-simple-server';
</script>

README

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