The be able to build & run the project, you need to have the following set up on your machine:
- Navigate to the directory where the web app is located
cd TripPlanner.Web
- Install npm dependencies
npm install
- 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
- Run the web app
dotnet run