github.com/Nikolaycc/live-server
main / published Oct 27, 2022 / repository
This is a little development server
live-server
This is a little development server
Installation
$ git clone https://github.com/NikolayKYS/live-server.git
$ cd live-server
$ chmod +x install.sh
$ ./install.sh
Usage
$ live-server [file] [-P port (default :8000)]
Contributing
- Fork it (https://github.com/your-github-user/live-server/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- NikolayKYS - creator and maintainer