1.0.6 • Published 6 years ago

quickserver-generator v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Quick Server

It's backend for the front end.

Installation

npm i quickserver-generator

Usage

npm start

Now you can visit http://localhost:3865 to view the local site

Development

Included is an example of how to use it, add/edit as needed.

  • style.scss transforms to style.css
  • index.html is your simple basic html file
  • server.js is your express server

Add the following code in your pages to autoreload them:

<script src="http://localhost:35729/livereload.js?snipver=1"></script>

(You can change the port number in package.json)

1.0.6

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago