Skip to content

chientrm/drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    git clone <repository-url>
    cd template
  2. Install dependencies:

    pnpm install
  3. Create a .env file in the root directory and configure the following variables:

    PORT=3000
    

Development

To start the development server:

pnpm dev

Build

To build the project for production:

pnpm build

Production

To start the production server:

pnpm start

Ensure the dist directory is built before starting the server.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published