This repository contains the frontend MVC implementation of a web app connected to API store. Please ensure to install first server app available in here.
- React.js with Typescript and Vite
- React hooks adn functional components
- Local DataSource handling
- Error validation
In the project root folder, run:
yarn install
In the project root folder, run:
yarn run dev
React application should be available on http://localhost:3000/. Either way, console should be logged with local url for accessing the app.