Skip to content

leanhvu21042001/reactjs-chakraui-ts-template

Repository files navigation

Initialize React.js project with 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