Install node and npm.
Clone the repo & install dependencies:
git clone https://github.com/Infilla/infilla-react-test.git
cd infilla-react-test
npm install
Run the dev server:
npm run dev
Open the URL from the console (e.g. http://localhost:5173/)
You should now be able to make changes to app/routes/_index.tsx and see the changes.
If npm run dev fails with an error about not finding a module, try doing a clean install:
npm cache clean --force
npm ciThis template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Vite docs on css for more information.