eShopInVanillaJs How to run application Open terminal and run command npm install. Run json-server instance - run command npx json-server db.json. Open new terminal and run command npm run start. Navigate to url in your browser: http://localhost:1234. Tools used to serve application json-server used to run RESTapi and databse instances. parcel used to bundle apllication. Also parcel used to serve application locally and for hot reloading. Architecture Tried to use MVC pattern in application. Tried to split UI elements into components. TODO: Add loaders.