/nextjs

Primary LanguageTypeScript

NextJS

install dependencies

npm install

run dev server

npm run dev

build for production

npm run build

run production server

npm start