Skip to content

10-3-pursuit/react-basic-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic React Starter

You can use this starter to create any ReactJS app you would like. Unlike when you use npm create vite@latest your-app-name -- --template react,

This repo has removed all of the unwanted starter code that is normally included when using npm to create an application.

Getting started

  • clone this application

  • change the name of this directory to a name that refers to your current project. Don't just leave it as react-basic-starter Hint: In the terminal, type mv react-basic-starter new-name-of-your-app

  • cd into the app

  • in the terminal run git remote remove origin in order to remove any connection to this Github folder.

  • run npm install

  • to start the project, run npm run dev

  • no navigate to localhost:3000 and you will see the app

  • Now you are ready to code

If you would like to connect this afterwards to your personal Github then:

  • go to your Github account in the browser
  • create a new repo and give it a name
  • make sure the repo is public and click Create Repository
  • copy the instructions under the title …or push an existing repository from the command line
  • paste the commands in your terminal

You have now connected your project to the repo.

You have the ability to clone this repo over and over to create your own projects. Just remember to change the name of the folder so that you do not have duplicates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published