Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 644 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 644 Bytes

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