Skip to content

Latest commit

 

History

History

README.md

Setup

Install dependencies.

npm install

Develop

To work on the application locally:

npm start

Open the app in your web browser:

  • Create React App and Vite: localhost:3000
  • Webpack: localhost:8080

Build

Build the application.

npm run build

The build will be in build for Create React app, dist for Vite and public for Webpack.