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

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.

Awesome Lists containing this project

README

          

# HacKnight - React Getting Started

React HacKnight app getting started.

![](https://raw.githubusercontent.com/ZakiMohammed/react-hacknight-app/master/banner.png)

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