Skip to content

TokoGameArima/FE-ARIMAGameStore

Repository files navigation

Project React + Vite

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.


Prerequisites

  • Node.js ≥ 16.x
  • npm ≥ 8.x
  • Git (for cloning and version control)

Clone & Install

Clone the repository

git clone https://github.com/TokoGameArima/FE-FP-Sanbercampus-Batch-5-TokoGame.git
cd <repository>

Install dependencies

Using npm:

npm install

Using Yarn:

yarn install

Using PNPM:

pnpm install

Development

Start the development server

Using npm:

npm run dev

Using Yarn:

yarn dev

Using PNPM:

pnpm dev

The application will be available at http://localhost:5173


Build for Production

Build the application

Using npm:

npm run build

Using Yarn:

yarn build

Using PNPM:

pnpm build

Preview the production build

Using npm:

npm run preview

Using Yarn:

yarn preview

Using PNPM:

pnpm preview

Technologies Used

  • 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

Available Scripts

Command Description
dev Start development server
build Build for production
preview Preview production build
lint Run ESLint
lint:fix Fix ESLint errors

License

This project is licensed under the SanberCampus x ITB Batch 5.


Support

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:

Releases

No releases published

Packages

 
 
 

Contributors