Menu Close

vite-react-notes

React notes app

Inspired by: @ariuka_dsgn’s post on IG

Features

  • 🥰 Minimal and light
  • 📱 Responsive
  • 🌗 Light/dark/system color modes

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on http://localhost:5173

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview
View Source Code
Posted in Development