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
nodeversion is stated in .nvmrc. If you havenvminstalled, you can runnvm useto switch to the correct version. - Start the development server:
npm run dev