Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blank-09/instock-web
Manage your stock/inventory using this app (React team project at SKCET)
https://github.com/blank-09/instock-web
mui react-vite team-project
Last synced: about 2 months ago
JSON representation
Manage your stock/inventory using this app (React team project at SKCET)
- Host: GitHub
- URL: https://github.com/blank-09/instock-web
- Owner: Blank-09
- Created: 2023-11-16T08:43:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T03:52:29.000Z (10 months ago)
- Last Synced: 2024-04-28T03:27:12.587Z (8 months ago)
- Topics: mui, react-vite, team-project
- Language: JavaScript
- Homepage: https://instock-aspirecoders.pages.dev/
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Vite + Express Starter Template
This is a starter template for Vite + Express. It includes:
- [Vite](https://vitejs.dev/) for frontend development
- [Express](https://expressjs.com/) for backend development
- [Vite-Express](https://github.com/szymmis/vite-express) for development server
- [MUI](https://mui.com/) for UI components
- [TypeScript](https://www.typescriptlang.org/) for type checking
- [Prettier](https://prettier.io/) for formatting## Getting Started
#### Required Software
- [Node.js](https://nodejs.org/en/)
- [Git](https://git-scm.com/)#### Clone the repository
```sh
git clone https://github.com/Blank-09/vite-express-starter.git
```#### Install dependencies
```sh
cd vite-express-starter
npm install
```#### Run the app
```sh
npm run dev
```