Skip to content

Instantly share code, notes, and snippets.

@alic-xc
Last active January 12, 2023 20:22
Show Gist options
  • Save alic-xc/de0235c332765a17ee131b81da9c9f2c to your computer and use it in GitHub Desktop.
Save alic-xc/de0235c332765a17ee131b81da9c9f2c to your computer and use it in GitHub Desktop.
mkdir typescript-tutorial // Create our project directory
cd typescript-tutorial // Access the directory
npm create vite@latest // Initialize our project using vite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment