A Valentine's day card app built with Next.js + TypeScript.
- Install Yarn.
- Clone the app:
git clone git@github.com:dominicarrojado/hashtag-interactive-valentines-day-card-app.git- Install dependencies:
cd hashtag-interactive-valentines-day-card-app
yarn install- Run the development server:
yarn dev- Open http://localhost:3000 to view it in the browser.
yarn testyarn test:watch- Build and generate static files:
yarn build
yarn export- The
outdirectory can be served by any static hosting service or CDN.