Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 496 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 496 Bytes

Zadala React Application

Zadala React Application is the frontend application for Zadala API

Requirements

  • npm
  • node

Technology

  • React
  • Typescript
  • Jest
  • Material UI
Copy local environment and modify based on your needs
cp .env.local.example .env.local

Setup

Install required packages
npm install
Run application
npm run start

Setup (Alternative)

docker-compose up -d