Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 507 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 507 Bytes

Trivago Authentication - client

Live: https://trivago.gangoo.eu

Tech Stack:

Next JS TailwindCSS

Project setup

Install dependencies

  npm install

Compile and Hot-Reload for Development

  npm run dev

Compile and Minify for Production

  npm run built