stevigno / navbar

react code navbr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navbar

Simple React Js + Vite Js aplication.

Installations

  1. Installing Node and NPM This project depends on Nodejs and Node Package Manager (NPM). Before continuing, you must download and install Node (the download includes NPM) from https://nodejs.com/en/download.

  2. Installing project dependencies This project uses NPM to manage software dependencies. NPM Relies on the package.json file located in the frontend directory of this repository. After cloning, open your terminal and run:

npm install
  1. Installing Vite Js Vite requires Node.js version 14.18+, 16+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
npm create vite@latest

After choice react js

Required Tasks

Running Your Frontend in Dev Mode

The frontend app was built using create-react-app. In order to run the app in development mode use npm start. You can change the script in the package.json file.

Open http://localhost:5173 to view it in the browser. The page will reload if you make edits.

npm run dev

About

react code navbr

License:MIT License


Languages

Language:JavaScript 52.0%Language:CSS 43.5%Language:HTML 4.5%