/ewl-ts

Experimental WishList

Primary LanguageTypeScript

EWL - Experimental WishList

This is an experimental project created to practice new features of Next.JS

Results Of Experiment

  • app router, React Server Actions
  • Prisma.JS as database ORM
  • Registration works without REST API, with native React features
  • Login too

Run Locally

Clone the project s

  git clone https://github.com/kugimiya/ewl-ts

Go to the project directory

  cd ewl-ts

Install dependencies

  npm install && npm run generate && npm run migrate

Start

  npm run dev