Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 710 Bytes

File metadata and controls

38 lines (23 loc) · 710 Bytes

Naucto Frontend


Prerequis

  • Bun should be installed

setup

bun install

vscode workspace recommended for eslint

click to File then Open workspace from file and select the settings/vscode/frontend.code-workspace file

Development

bun run dev

Docker

docker compose up

It will then run on http://localhost:3001

Recommended Extension

For a better development experience, consider installing the React Developer Tools extension on Google Chrome to inspect and debug React components more effectively.