Skip to content

yasiinakbulut58/react-dropdown-app

Repository files navigation

Starting point for React Drop-down apps

This is an opinionated starting point, to get you going with React & Vite.

It uses

  • Vite
  • TypeScript
  • ESLint
  • Prettier
  • React Router
  • Scoped SCSS

Install necessary packages

  • yarn install or just yarn
  • npm install

Start the development server

yarn dev or npm run dev

Build the distributable

yarn build or npm run build

Serve the distributable

yarn serve or npm run serve

NOTE: You have to build it first.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published