https://github.com/imprisonedmind/stock2shoptest
Product view & create front-end on top of supreme-garbanzo
https://github.com/imprisonedmind/stock2shoptest
Last synced: 3 months ago
JSON representation
Product view & create front-end on top of supreme-garbanzo
- Host: GitHub
- URL: https://github.com/imprisonedmind/stock2shoptest
- Owner: imprisonedmind
- Created: 2024-06-21T10:00:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T12:40:18.000Z (12 months ago)
- Last Synced: 2025-01-29T05:23:27.681Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, clone and run this [repo](https://github.com/matthampton-stock2shop/supreme-garbanzo):
```bash
git clone https://github.com/matthampton-stock2shop/supreme-garbanzo
```Second, setup env variables:
```dotenv
BASE_API_URL=http://localhost:5000
```Third, configure node version:
```
node >= 18.17.0
```Forth, run the development server:
```bash
npm run dev
or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Production build
First, run a build.
```bash
npm run prod
or
bun prod
```Second, start the build server.
```bash
npm run start
or
bun start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.