Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 556 Bytes

Initialize Hagintea Shop with React.js and Chakra UI

Setup project and run project

  • Download NVM and run command with below script to use right node version for this project
bash ./nvm-setup.sh
  • Run yarn install to download packages
yarn install
  • Run yarn start to run project
yarn start

Rules