Skip to content

Coda-First/typescript-learning

Repository files navigation

 

TypeScript Learning

Github top language Github language count Repository size License

🚧 typescript-learning 🚀 Under construction... 🚧


About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

A project to learn TypeScript.

🚀 Technologies

The following tools were used in this project:

npm commandpnpm equivalent
npm installpnpm install
npm i <pkg>pnpm add <pkg>
npm run <cmd>pnpm <cmd>

✅ Requirements

Before starting 🏁, you need to have Git and Pnpm installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Coda-First/typescript-learning.git

# Access
$ cd typescript-learning

# Install dependencies
$ pnpm install

# Run the project
$ pnpm run dev

# The server will initialize in the <http://localhost:5173/>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Raphaël

 

Back to top