/contacts-nextjs

contacts example using nextjs

Primary LanguageTypeScript

contacts-nextjs

contacts react web app with nextjs

environment

nvm use

run

# git clone [repo]
# cd [repo]
# npm install
# npm run dev
# npm run test
# npm run cypress (e2e test, so need to run 'npm run dev' first)