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.
-
clonethis application -
change the name of this directory to a name that refers to your current project. Don't just leave it as
react-basic-starterHint: In the terminal, typemv react-basic-starter new-name-of-your-app -
cdinto the app -
in the terminal run
git remote remove originin order to remove any connection to this Github folder. -
run
npm install -
to start the project, run
npm run dev -
no navigate to
localhost:3000and 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