Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 256 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 256 Bytes

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)