Skip to content

simple react app that uses local storage to sync state between tabs

Notifications You must be signed in to change notification settings

omid-poorali/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  • The app assumed installed Node.js newer than v16.15.1 LTS. If you have not it yet, follow the official Node.js Doc to install it.
yarn install # or npm install
yarn dev # or npm dev

Stack

Command

You can do exact same command with npm, or install yarn easily if you have interest.

yarn build

Production build that bundled optimization stuff in build directory.

yarn test

Run Jest.
Using react-testing-library for component integration testing.

LICENSE

MIT