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.
To get started with this project, clone the repository and install the dependencies:
git clone git@github.com:hugohutri/react-template.git
cd react-template
npm install
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.
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.
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.