Skip to content

carlos-paezf/React_Projects

Repository files navigation

React Projects

wakatime

Web Site

You can visit the project at the following link: React Projects in Netlify

Initial Setup

  • Create project:

    $: pnpm create vite {00-Project_Name} --template react-ts
  • Install project libraries:

    $: pnpm install
  • Execute project in dev mode:

    $: pnpm dev
  • Build deploy project:

    $: pnpm build

Projects Corresponding to the Topics