Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 461 Bytes

Webapp

features

  • react (nextjs)
  • api proxy to local backend
  • tailwind CSS (dark/light)
  • chart.js
  • rxjs

Development

To run webapp individually for local development

# install dependencies
npm i

# copy config env vars for local development and adjust to the needs
cp .env.local.example .env.development

# start project
npm run dev

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