Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolikhalas/frontend-e-commerce-comp
Test app's frontend
https://github.com/tolikhalas/frontend-e-commerce-comp
Last synced: about 2 months ago
JSON representation
Test app's frontend
- Host: GitHub
- URL: https://github.com/tolikhalas/frontend-e-commerce-comp
- Owner: tolikhalas
- License: other
- Created: 2023-12-09T16:43:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T02:52:03.000Z (about 1 year ago)
- Last Synced: 2024-10-13T03:45:21.214Z (3 months ago)
- Language: Vue
- Size: 920 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raketka App
Testing app
## Prerequires
On `windows`:
1. `node.js` on your pc. Istall if needed. Visit [node.js](https://nodejs.org) website to do it.
2. `wsl` to run `linux-unix` programs and services used in this repo. Visit [install wsl](https://learn.microsoft.com/en-us/windows/wsl/install) to install it.3) `bun.js`. Visit the [site](https://bun.sh/) to install it. It is used as runtime enhancement of `node.js`.
---
On `linux`:
1. `node.js` on your pc. Istall if needed. Visit [node.js](https://nodejs.org) website to do it.
2) `bun.js`. Visit the [site](https://bun.sh/) to install it. It is used as runtime enhancement of `node.js`.
## App Installation and run
1. Clone project with `git clone https://github.com/tolikhalas/frontend-e-commerce-comp`.
2. Go to `web` folder.
3. Run `bun run dev`
4. Setup `.env` variables. Especially `VITE_API_URL`.
5. Visit `http://localhost:8080/` to explore the site.