Skip to content

Remix Contacts App with Zod form validation using Strapi as back-end

Notifications You must be signed in to change notification settings

teodorazhelyazkova/remix-contacts-app

Repository files navigation

Setup

Front-end Remix Contacts App

Install dependencies with Node.js v14.18.3

npm install

Start the dev server

npm run dev

This starts the application in development mode and it will be available at http://localhost:5173/

Back-end Strapi Contacts App

Install Strapi one folder above the front-end app

npx create-strapi-app@latest strapi-contacts-app --quickstart

Start the server

npm run develop

To manage your project 🚀, go to the administration panel at http://localhost:1337/admin and create your first Admin user

To access the server ⚡️, go to: http://localhost:1337

About

Remix Contacts App with Zod form validation using Strapi as back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published