This is a sandbox where I publish leetcode (and other) problems solutions, play around with the topics I'm interested in etc.
Clone of one of my codesandbox.
Command | Purpose |
---|---|
yarn |
Install dependencies. |
yarn start |
Serve the application at http://localhost:1234 |
yarn build |
Build the app |
- Install dependencies.
- Run dev server.
- Edit
src/index.ts
: import the function you want to play around with. - Call
showOutput
function with function and its parameters to see the output on the page.