Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanuarprayoga9/store-path_client

client store for dashboard admin cms url https://store-path-client.vercel.app/
https://github.com/yanuarprayoga9/store-path_client

Last synced: about 2 months ago
JSON representation

client store for dashboard admin cms url https://store-path-client.vercel.app/

Awesome Lists containing this project

README

        

### Prerequisites

**Node version 14.x**

### Cloning the repository

```shell
git clone https://github.com/Yanuarprayoga9/store-path.git
```

### Install packages

```shell
npm i
```

### Setup .env file

```js
NEXT_PUBLIC_API_URL=
```

### Start the app

```shell
npm run dev
```

## Available commands

Running commands with npm `npm run [command]`

| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |