An open API service indexing awesome lists of open source software.

https://github.com/nitinsinghs273/hyggex


https://github.com/nitinsinghs273/hyggex

breadcrumbs javascript react react-router tailwindcss

Last synced: 2 months ago
JSON representation

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
```