https://github.com/adesoji1/e-commerce-website
A Website for Shopping
https://github.com/adesoji1/e-commerce-website
Last synced: 3 months ago
JSON representation
A Website for Shopping
- Host: GitHub
- URL: https://github.com/adesoji1/e-commerce-website
- Owner: Adesoji1
- Created: 2023-08-04T22:11:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T22:48:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T07:45:52.944Z (5 months ago)
- Language: HTML
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce-Website
A Website for Shopping## Running the Project
To run the project, you can use a simple static server. For example, you can use the `http-server` package from npm:
```bash
npm install --global http-server
http-serverYou would see
Starting up http-server, serving ./
http-server version: 14.1.1
http-server settings:
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: noneAvailable on:
http://127.0.0.1:8081
http://192.168.0.140:8081
http://192.168.0.103:8081
http://10.1.155.128:8081
Hit CTRL-C to stop the server
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MITBefore pushing to GitHub, make sure to:
1. Initialize a Git repository in your project directory if you haven't already (`git init`).
2. Stage your changes (`git add .`).
3. Commit your changes (`git commit -m "Initial commit"`).
4. Create a new repository on GitHub.
5. Link your local repository to the GitHub repository (`git remote add origin `).
6. Push your changes to the GitHub repository (`git push -u origin master`).Remember to replace `` with the actual URL of your GitHub repository.