Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niteshthori24198/shark-tank-react
https://github.com/niteshthori24198/shark-tank-react
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/niteshthori24198/shark-tank-react
- Owner: Niteshthori24198
- Created: 2023-08-20T19:47:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T19:58:13.000Z (about 1 year ago)
- Last Synced: 2024-10-11T04:25:18.162Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💰 Shark Tank 🦈
### JS-VITE-WITH-MOCK-SERVERPlease do NOT use VSCode live-server. It will not work. Use the npm commands suggested to you here.
## Installation
```
npm install --engine-strict
```
## Start only the Backend server
```
npm run server
```
## Start only Frontend server
```
npm run start
```
## Start both BE & FE in a single command
```
npm run watch
```
# Important files
```
├── index.html
├── scripts
│ └── main.js
└── styles
└── style.css
```