atlantic-server
v1.0.2
Published
Node JS static server with livereload
Downloads
2
Readme
Atlantic Server
Node JS static server with livereload enabled
Getting Started
Prerequisites
You need to have Node JS installed on your machine. You can download the current version at Node JS official website
Installing
Install the Node package globally
npm install -g atlantic-server
## Running
Run the following command from within the shell
atlantic-serve [--port=<number>] [--livereloadport=<number>] [--folder=<name>]
By default the static server will listen on port 3001 and serve files in the current workign directory. The livereload server will listen on port 35729 by default.
## Authors
License
This project is licensed under the ISC License