/mutants-web-crud

Mutants crud web consuming mutants-api

Primary LanguageJavaScript

Mutants CRUD web

ReactJS web app - CRUD consuming the mutant-api application

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_API_BASE_URL=

Installation

Install dependencies with npm

  npm install 

Run the development server:

  npm run dev

Open http://localhost:5173 with your browser to see the result.

Deploy on Vercel