React Workshop 2020 Prerequisites Node 12.18+ Latest npm or yarn Setup Install dependencies: npm install or yarn install Create .env file Provided scripts start Start the development server with HMR. build Builds the application for production. lint & stylelint Runs eslint and stylelint respectively.