Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/niteshthori24198/shark-tank-react


https://github.com/niteshthori24198/shark-tank-react

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# 💰 Shark Tank 🦈
### JS-VITE-WITH-MOCK-SERVER

Please 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
```