semj-server
v1.1.2
Published
This is a simple live server built using Express.js.
Readme
Express Live Server
This is a simple live server built using Express.js.
Installation
- Clone the repository:
git clone https://github.com/yourusername/express-live-server.git - Navigate to the project directory:
cd express-live-server - Install the dependencies:
npm install
Usage
- Start the server:
npm start - Open your browser and navigate to
http://localhost:3000.
Features
- Live reloading
- Simple and lightweight
- Easy to set up
Contributing
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch - Make your changes and commit them:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-branch - Open a pull request.
License
This project is licensed under the MIT License.
