Skip to content

hugohutri/istu

Repository files navigation

Istu - seat planner

https://hutri.fi/istu

TypeScript React React Router Styled Components Vite ESLint NPM

This is an editor for planning the seating arrangements for your event. Arrange tables and seats, or use the optimizer to create a good seating arrangement based on the guest list and their preferences.

Getting Started

To get started with this project, clone the repository and install the dependencies:

git clone [email protected]:hugohutri/react-template.git
cd react-template
npm install

Development

To start the development server, run:

npm run dev

This will start the development server and open the application in your default browser. Any changes you make to the code will be automatically reloaded in the browser.

Building

To build the production version of the application, run:

npm run build

This will compile the TypeScript code and create a production-ready build in the dist directory.

Previewing the Production Build

To preview the production build, run:

npm run preview

This will serve the production build from the dist directory and open it in your default browser.