Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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