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

https://github.com/chientrm/drive


https://github.com/chientrm/drive

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Template Project

This is a template project using Express.js and Vite.

## Features

- Serves static files from the `dist` directory.
- Configurable via environment variables.
- Includes a basic Express.js server.

## Setup

1. Clone the repository:

```bash
git clone
cd template
```

2. Install dependencies:

```bash
pnpm install
```

3. Create a `.env` file in the root directory and configure the following variables:
```
PORT=3000
```

## Development

To start the development server:

```bash
pnpm dev
```

## Build

To build the project for production:

```bash
pnpm build
```

## Production

To start the production server:

```bash
pnpm start
```

Ensure the `dist` directory is built before starting the server.

## License

This project is licensed under the MIT License.