Skip to content

MartKazak/eShopInVanillaJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eShopInVanillaJs

How to run application

  1. Open terminal and run command npm install.
  2. Run json-server instance - run command npx json-server db.json.
  3. Open new terminal and run command npm run start.
  4. Navigate to url in your browser: http://localhost:1234.

Tools used to serve application

  1. json-server used to run RESTapi and databse instances.
  2. parcel used to bundle apllication. Also parcel used to serve application locally and for hot reloading.

Architecture

  1. Tried to use MVC pattern in application.
  2. Tried to split UI elements into components.

TODO:

  1. Add loaders.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors