Nyam Burger is a front-end application that serves as a CRUD (Create, Read, Update, Delete) interface for managing hamburgers. The application features a Burger List with burger cards, a detailed page for each burger, and functionalities to edit, delete, and add new burgers.
To get started with Nyam Burger, follow these steps:
-
Clone the repository:
git clone [repository-url]
-
Navigate to the project directory:
cd nyam-burger-front-end
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
This will start the development server, and you can access the application. Make sure to provide VITE_API_URL environment variables for the backend.
- dev: Run the Vite development server.
- build: Build the project using TypeScript and Vite.
- lint: Run ESLint to check for code style and potential issues.
- preview: Run Vite in preview mode.
- test: Run tests using Vitest.
- test:dev: Run tests in watch mode.
- test:coverage: Run tests with coverage reporting.
This project is licensed under the MIT License.