Skip to content

ealush/rsa_ws

Repository files navigation

Contacts App Workshop

Setup instructions:

  1. Clone the repository:

    git clone https://github.com/ealush/contacts_app_ws.git
  2. Npm Install:

    npm install
  3. Next.js build

     npm run build
  4. Start the development server:

    npm run dev
  5. On windows machines you may need to run

npm i -g prisma

In case you missed a step

You 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.

fast forward point

  • module_01_button_favorite
  • module_02_button_delete
  • module_03_add_contact
  • module_04_update_contact
  • module_05_usert_contact
  • module_06_useFormStatus
  • module_08_getMessages
  • module_09_suspense_messages
  • module_10_useOptimistic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors