Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roll-network/frontend-interview
Frontend interview demo project
https://github.com/roll-network/frontend-interview
Last synced: about 1 month ago
JSON representation
Frontend interview demo project
- Host: GitHub
- URL: https://github.com/roll-network/frontend-interview
- Owner: roll-network
- Created: 2022-04-26T16:54:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:14:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T04:29:57.315Z (3 months ago)
- Language: TypeScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
Start by cloning this project into your local system. Make sure you are able to start the application and run it successfully in your browser prior to the start of the interview to avoid any hiccups.
Create a new branch for the interview. Name the branch with your first and last name: `first-last`
Install: `npm i --force` (force is required due to some lagging dependencies between craco and latest CRA)
Start: `npm start`