Setup instructions:
-
Clone the repository:
git clone https://github.com/ealush/contacts_app_ws.git
-
Npm Install:
npm install
-
Next.js build
npm run build
-
Start the development server:
npm run dev
-
On windows machines you may need to run
npm i -g prismaYou can always fast forward to the next module by running:
git fetch origin <module_name> && git checkout <module_name>Where <module_name> is one of numbered the branchns in this repository.
module_01_button_favoritemodule_02_button_deletemodule_03_add_contactmodule_04_update_contactmodule_05_usert_contactmodule_06_useFormStatusmodule_08_getMessagesmodule_09_suspense_messagesmodule_10_useOptimistic