- Клонируем репозиторий
git clone https://github.com/brovkin/react-starter.git
или в существующую папкуgit clone https://github.com/brovkin/react-starter.git .
- Удаляем информацию об удаленном репозитории react-starter
git remote remove origin
- Добавляем свой репозиторий
git remote add origin https://github.com/{user_name}/{repo_name}.git
- Установите зависимости
npm i
илиyarn install
- Запустите проект
npm run start
илиyarn run start
-
Notifications
You must be signed in to change notification settings - Fork 0
React Starter — front-end starter kit using React ecosystem.
License
brovkin/react-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
React Starter — front-end starter kit using React ecosystem.