This is a simplified React starter template configured using Vite, a build tool that aims to provide a faster and leaner development experience.
It has minimal dependencies and configuration to allow for easy installation and to allow the candidate to make their own decisions about styling, external libraries and other tooling.
You are free to make changes to the template but please be aware that those reviewing your work will need to be able to install and run it locally without difficulty.
To use the repository for your challenge submission, please clone the repository and create a new repository on your own Github account . Please DO NOT try to push branches, make pull requests or fork the original source template repository.
From the root folder, run npm install
to install all required dependencies.
From the root folder, run npm run dev
to run a local server with hot reloading.