https://github.com/stainless-api/react-interview-boilerplate
Boilerplate project for the Stainless React Interview
https://github.com/stainless-api/react-interview-boilerplate
Last synced: 3 months ago
JSON representation
Boilerplate project for the Stainless React Interview
- Host: GitHub
- URL: https://github.com/stainless-api/react-interview-boilerplate
- Owner: stainless-api
- Created: 2025-03-14T19:49:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T16:21:08.000Z (about 1 year ago)
- Last Synced: 2025-08-10T00:36:56.162Z (10 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ Stainless product engineer boilerplate
**Before** your interview:
1. Clone this repo
2. Run `npm install` to install the dependencies
3. Run `npm run dev` to start the development server
A React app should start at: `http://localhost:5173`
You should see a "Your code goes here!" message on that page.
Further instructions to be given in realtime during the interview.
Good luck!