Skip to content

kevchi/UDEMY-Complete-React-Next.js-TypeScript-Projects-Course-2024-react-course-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Course

Remindders:

This will create a new folder:

  • Remember to install npm (npm install) in every folder.
  • npm start or npx react-scripts start to start the server

If you do not want to create a new folder:

  1. Navigate to the desired folder.
  2. Initialize a new npm project: npm init -y
  3. Install the necessary React dependencies: npm install react react-dom react-scripts
  4. Create required files and folders for a React app if not already present.
  5. Add or ensure the required scripts are in the package.json of the current directory:
{
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  }
}

React Course

All My Courses

Project Based Web Dev Courses

Support

Don't want to enroll in the course, but still find the Content Useful?
You can always buy me a coffee and/or "star" this repo

About

UDEMY-Complete React, Next.js & TypeScript Projects Course 2024-react-course-v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.5%
  • TypeScript 32.0%
  • CSS 29.0%
  • HTML 3.5%