Skip to content

JonathanVil/TripPlanner

Repository files navigation

How to run the app

Prerequisites

The be able to build & run the project, you need to have the following set up on your machine:

  1. .NET 9 SDK
  2. Node.js / npm

Steps

  1. Navigate to the directory where the web app is located
cd TripPlanner.Web
  1. Install npm dependencies
npm install
  1. Compile the CSS file using Tailwind CSS
npx tailwindcss -i wwwroot/css/app.css -o wwwroot/css/app.min.css

Use --watch to watch for changes and rebuild as needed

  1. Run the web app
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published