https://github.com/nitinsinghs273/hyggex
https://github.com/nitinsinghs273/hyggex
breadcrumbs javascript react react-router tailwindcss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitinsinghs273/hyggex
- Owner: nitinsinghs273
- Created: 2024-04-26T18:08:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:56:29.000Z (about 2 years ago)
- Last Synced: 2025-03-17T20:14:23.588Z (over 1 year ago)
- Topics: breadcrumbs, javascript, react, react-router, tailwindcss
- Language: JavaScript
- Homepage: https://hyggex-alpha.vercel.app/
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
- This React application is built using [Vite](https://vitejs.dev/).
- It uses [Tailwind CSS](https://tailwindcss.com/)
- The application is generated in JavaScript.
## Pre-requisites
- [git](https://git-scm.com/) - v2.13 or greater
- [NodeJS](https://nodejs.org/en/) - v16 or greater
- [npm](https://www.npmjs.com/) - v6 or greater
## Running in dev environment
1. `cd YOUR_APPLICATION`
2. `npm install`
3. `npm start` or `npm run dev`
For the project to build, **these files must exist with exact filenames**:
- `index.html` is the page template;
- `src/index.jsx` is the JavaScript entry point.
## Available Scripts
## `npm run dev` or `npm start`
Runs the app in the development mode.
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
## Installing a Dependency
You can install any dependencies (for example, React Router) with `npm`:
```sh
npm install --save react-router
```