Fah1m09 / AvatarStore

3 stars 0 forks source link

React Top Stories

A template for React using vite

Installation

  1. Clone/download repo
  2. yarn install (or npm install for npm)

Usage

Development

yarn start

Production

yarn build yarn prod


All commands

Command Description
yarn start Build app continuously (HMR enabled)
yarn prod Build app once (HMR disabled) to /dist/
yarn build Build app to /dist/

Note: replace yarn with npm in package.json if you use npm.

See also