This is a repository for the Masters Academy course "Getting Started with React" (2024).
- Install dependencies:
npm install
- Add husky hooks:
npm run prepare
(just in case it hasn't run already duringnpm install
) - The minimal
node
version is stated in .nvmrc. If you havenvm
installed, you can runnvm use
to switch to the correct version. - Start the development server:
npm run dev