Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/store-path_client
- Owner: Yanuarprayoga9
- License: mit
- Created: 2024-02-12T13:05:15.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:47:29.000Z (9 months ago)
- Last Synced: 2024-04-13T14:32:47.088Z (9 months ago)
- Language: TypeScript
- Homepage: https://store-path-client.vercel.app
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |