https://github.com/thecodermehedi/shopwave
A Simple Responsive & Interactive E-Commerce Website
https://github.com/thecodermehedi/shopwave
Last synced: about 1 year ago
JSON representation
A Simple Responsive & Interactive E-Commerce Website
- Host: GitHub
- URL: https://github.com/thecodermehedi/shopwave
- Owner: thecodermehedi
- License: mit
- Created: 2023-08-19T13:38:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:27:40.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:12:00.004Z (over 1 year ago)
- Language: HTML
- Homepage: https://dub.sh/shopwave
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to run this ?
1. **Clone** this **repository**
```bash
git clone https://github.com/devbytemehedi/shopwave.git
```
2. Open **shopwave** in **vscode**
```pwsh
code shopwave
```
3. Install **node modules** assuming you have `node.js` **installed** on your machine.
```bash
npm i
```
4. Prepare `code` for **deployment**
```bash
npm run build
```
5. Install **Live Server** Extension
6. Open `src/main.html` and Right click on the editor
7. Click **"Open with Live Server"**.
8. **Project** should be up and running in your **browser**.
## License
The code is available under the [MIT](./LICENSE) license.
## Acknowledgements
[Logo](https://logo.com/) - [Montserrat](https://fonts.google.com/specimen/Montserrat) - [SwiftStart](https://github.com/devbytemehedi/swiftstart)
