Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WomenInSoftwareEngineeringJP/sample-react-app

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-react-app

Here's a basic React App to help you build a website quickly

It includes:

Prerequisites

  • Node 18
  • A GitHub account

How to run it locally

  1. Install dependencies
npm i
  1. Run it
npm run dev
  1. View it in the browser http://localhost:5173/sample-react-app

Run unit tests

npm run test

How to deploy your website to GithubPages

  1. In vite.config.ts file add your repository name in base.
  base: '/sample-react-app/',
  1. In package.json edit homepage adding your GitHub username and repository name.
  2. Build your website by running npm run build command.
  3. Deploy to GitHub pages by running npm run deploy command.
  4. Check your website on the url you added in website. It may take a few minutes to deploy.

About

Template React App to help you make a website quickly

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.