Skip to content

jgdev/clean-architecture-frontend

Repository files navigation

Arithmetic Calculator web app

Local setup

  • Required node version: v18.16 or higher
  • Run npm install
  • Copy the file .env.example and rename it to .env

Environment variables

Key Value Example
VITE_API_BASE_URL Base api url http://localhost:3001

Commands

  • npm run dev: Starts the website in development mode, you can expose the server to the internet using the parameter --host
  • npm run build: Create a production ready build.
  • npm run test: Run test coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages