https://github.com/theluqmn/solidmerch
A basic store looking website made using Solid, also my first real website.
https://github.com/theluqmn/solidmerch
javascript js merch merchandise-store merchandising solidjs website
Last synced: 2 months ago
JSON representation
A basic store looking website made using Solid, also my first real website.
- Host: GitHub
- URL: https://github.com/theluqmn/solidmerch
- Owner: theluqmn
- Created: 2024-09-11T23:17:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T02:27:51.000Z (9 months ago)
- Last Synced: 2025-01-30T09:42:27.400Z (4 months ago)
- Topics: javascript, js, merch, merchandise-store, merchandising, solidjs, website
- Language: JavaScript
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid Merch
A basic store website for different shades of blue, made using Solidjs. It has a router, and several components that I reuse throughout the site.
This is also my first website that is not made with pure HTML. Thanks to Net Ninja for the Solidjs tutorial.
## How to run
1. Clone the repo
2. Run `npm install`
3. Please note that you need to have a JSON server running on port 4000, with `data.json` being watched.
4. Run `npm run dev`