Skip to content

CUNYTechPrep/react-tutorial-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a short tutorial on React.

Before running this app:

Open up your terminal.

Make sure node and npm are working. Run the following commands:

node --version

It should display version 16.x (or 18.x).

npx --version

Any version means it is installed.

Note: npm and npx are installed by Node.js

If these are not installed install the latest version of node.

https://github.com/CUNYTechPrep/guides#development-environment-setup

To run the app, do the following:

  1. Clone this repo
  2. Navigate to the location where this repo was cloned in your terminal/command line
  3. Once your in the folder, type npm install
  4. Now, run npm start

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published