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

https://github.com/hoangdloc/luke-website

My personal project about social networking
https://github.com/hoangdloc/luke-website

axios react-helmet react-hook-form react-router-dom reactjs redux-persist redux-toolkit storybook tailwindcss

Last synced: about 1 month ago
JSON representation

My personal project about social networking

Awesome Lists containing this project

README

          

# React Typescript Vite Boilerplate with ESlint

## Setup

```bash
// Install all dependencies
yarn

// Install husky
yarn prepare

// Run project on dev environment
yarn dev
```