https://github.com/zakimohammed/react-hacknight-app
React HacKnight app getting started.
https://github.com/zakimohammed/react-hacknight-app
axios bootstrap bootswatch react react-icons react-router-dom
Last synced: about 2 months ago
JSON representation
React HacKnight app getting started.
- Host: GitHub
- URL: https://github.com/zakimohammed/react-hacknight-app
- Owner: ZakiMohammed
- Created: 2023-08-15T18:06:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T09:22:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T08:42:10.371Z (over 1 year ago)
- Topics: axios, bootstrap, bootswatch, react, react-icons, react-router-dom
- Language: JavaScript
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HacKnight - React Getting Started
React HacKnight app getting started.

## Run Application
```
npm run dev
```
## Initial Setup
```
npm create vite@latest
# project name: hacknight
# framework: react
# variant: JavaScript + SWC
cd hacknight
npm i
npm run dev
```
## Add Dependencies
```
npm i bootstrap
npm i bootswatch
npm i uuid
npm i react-icons
npm i react-router-dom
npm i axios
```