a-chakrawarti / TalentLMS-TS-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

  1. npx create-react-app ts-react: Bootstrap the project with CRA
  2. npm i typescript @types/node @types/react @types/react-dom: Install TypeScript and type definitions.
  3. Change App.js to App.tsx
  4. Start the localhost server, using npm start
  5. After starting the server, a tsconfig.json will be generated. Let it be!

About


Languages

Language:TypeScript 62.3%Language:HTML 15.9%Language:CSS 14.1%Language:JavaScript 7.8%