An open API service indexing awesome lists of open source software.

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

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.