This project is a sample web application built with Vite, Typescript and React as part as a technical test for Bellroy.
-
Clone the repository:
git clone https://github.com/madeinspace/bellroy-test.git
-
Navigate to the project folder:
cd bellroy-test
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Run the tests:
npm run test
Open http://localhost:5173 to view the local build. NB: Vite requires Node 18+ version.
- src/
- api/
- components/
- components/test
- Vite: Frontend build tool.
- Vitest: Native test runner.
- Typescript: Strongly typed programming language.
- React: JavaScript library for building user interfaces.