This repository contains a frontend application scaffolded with Vite, using React 19, React Router DOM 6, Tailwind CSS 3.4.17, and Hero UI 2.7.0. The following instructions describe how to clone the repository, install dependencies, configure the environment, run the development server, and build for production.
- Node.js ≥ 16.x
- npm ≥ 8.x
- Git (for cloning and version control)
git clone https://github.com/TokoGameArima/FE-FP-Sanbercampus-Batch-5-TokoGame.git
cd <repository>Using npm:
npm installUsing Yarn:
yarn installUsing PNPM:
pnpm installUsing npm:
npm run devUsing Yarn:
yarn devUsing PNPM:
pnpm devThe application will be available at http://localhost:5173
Using npm:
npm run buildUsing Yarn:
yarn buildUsing PNPM:
pnpm buildUsing npm:
npm run previewUsing Yarn:
yarn previewUsing PNPM:
pnpm preview- React 19 - JavaScript library for building user interfaces
- Vite - Fast build tool and development server
- React Router DOM 6 - Declarative routing for React
- Tailwind CSS 3.4.17 - Utility-first CSS framework
- Hero UI 2.7.0 - Beautiful UI components built on Tailwind CSS
| Command | Description |
|---|---|
dev |
Start development server |
build |
Build for production |
preview |
Preview production build |
lint |
Run ESLint |
lint:fix |
Fix ESLint errors |
This project is licensed under the SanberCampus x ITB Batch 5.
If you encounter any issues or have questions, please open an issue on GitHub or contact the development team.
For more information about the technologies used: