I am a fast learner with a focus on React, Three.js, and TypeScript. I enjoy working in collaborative groups and contributing to community projects.
I created these templates for beginners wanting to explore various tech stacks. Here are the commands to start your project (ensure Node.js is installed):
JavaScript (JS)
- Webpack:
npx @standalone-stacks/javascript my-project
- Vite:
npx @standalone-stacks/javascript-vite my-project
TypeScript (TS)
- Webpack:
npx @standalone-stacks/typescript my-project
- Vite:
npx @standalone-stacks/typescript-vite my-project
React (JSX)
- Webpack React 18:
npx @standalone-stacks/react my-project
- React 17:
npx @standalone-stacks/react-17 my-project
- Vite React 18:
npx @standalone-stacks/react-vite my-project
React TypeScript (TSX)
- Webpack:
npx @standalone-stack/react-ts my-project
- Vite:
npx @standalone-stack/react-ts-vite my-project
"Programming isn't about what you know; it's about what you can figure out." β Chris Pine
"The best way to predict the future is to invent it." β Alan Kay
"Talk is cheap. Show me the code." β Linus Torvalds
"Simplicity is the soul of efficiency." β Austin Freeman
"It's not a bug; it's an undocumented feature." β Anonymous