Skip to content

brovkin/react-starter

Repository files navigation

🏁 React-starter

All you need in one place!

Version Stars License

Для локального запуска

  1. Клонируем репозиторий git clone https://github.com/brovkin/react-starter.git или в существующую папку git clone https://github.com/brovkin/react-starter.git .
  2. Удаляем информацию об удаленном репозитории react-starter git remote remove origin
  3. Добавляем свой репозиторий git remote add origin https://github.com/{user_name}/{repo_name}.git
  4. Установите зависимости npm i или yarn install
  5. Запустите проект npm run start или yarn run start