Skip to content

hellion86/LegoStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

💰Simple react-LEGO store. You can add items to cart/favorites and etc.

The application interface is in Russian/English. Packing in docker to simple run.

1. Install dependencies:

$ make install

2. Start project:

$ make start

App will start on localhost:3000

3. Start via docker:

$ docker run -it -p 3000:3000 hellion86/lego-store

App will ready at localhost:3000

Using

  • Webpack
  • React, axios
  • Mockapi as DB
  • Skeleton react
  • React-Toastify
  • React-i18next
  • Deploy vercel