This is a bootstrap project for testing FE developers on CSS and React.
- Clone this repo
- Use Node 16.19.* (npm 8.8). If you have nvm installed, run
nvm use
to set the correct version. - Run
npm ci
- Run
npm run dev
- Open
http://localhost:3000
in your browser