https://github.com/rubygarage/interview-react-nextjs
https://github.com/rubygarage/interview-react-nextjs
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubygarage/interview-react-nextjs
- Owner: rubygarage
- Created: 2023-02-01T11:45:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T13:04:31.000Z (over 3 years ago)
- Last Synced: 2025-11-02T17:03:27.818Z (9 months ago)
- Language: JavaScript
- Size: 206 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interview Boilerplate
## Boilerplate
Мы подготовили репозитории для ускорения развертывания и конфигурации библиотек. Они содержат следующий стек:
- nextjs
- react
- redux
- redux-logic
- axios
- formik
- yup
- antd
- jest
- @testing-library/react
Используйте данные репозитории для создания своей сборки, если необходимо добавить/изменить что-то для решения задания.
## Stubs
Папка views/stubs содержит стабы для модулей, которые необходимо реализовать.
## Available Scripts
In the project directory, you can run:
### `yarn dev`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `yarn test`
Launches the test runner in the interactive watch mode.