Skip to content

ImDarkTom/WAD-Project

Repository files navigation

Web Application Development Book Review Project

Setup

Install dependencies:

npm install

Development Server

Start the development server on http://localhost:3000:

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

If running directly from .output/server/index.mjs, note on .env configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks