Simple spreadsheet exercise using React, Vite and Typescript
To install the project, you need to have Node.js and yarn installed on your machine. Then run the following command:
yarn install
To build and start the server run the following:
yarn build
yarn start
For development, you can use:
yarn dev
Tests can be ran with:
yarn test