Work with Visual Studio Code
- Using
vite
for blazing fast refresh - Latest React (18.rc1) + TypeScript
- Recoil (Experimental) state management
- TailwindCSS and/or SCSS module
- Framer motion for React animation
- Press
F5
/Shift + F5
to debug / stop (usingyarn start
) - Using code snippet to create page, component integrated
- To create function component
ctfc
- To create page
ctp