React + TypeScript frontend app (ESM), intended to be pushed to its own GitHub repository.
- React 19 + TypeScript
- Vite 7 – dev server, HMR, production build
- ESLint – linting
- Prettier – formatting
cd esm-greencode
npm install| Command | Description |
|---|---|
npm run dev |
Start dev server (HMR) |
npm run build |
Production build to dist |
npm run preview |
Preview production build |
npm run lint |
Run ESLint |
npm run format |
Format with Prettier |
npm run format:check |
Check formatting |
Same as the parent GreenCode project, or set your own in this repo.