Skip to content

Veralee225/counter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Counter-app

Basic commands

npx create-react-app counter-app - To create the project working directory where everything would be done and also download the needed react tools.

cd counter-app

npm run start - To start the app and run it in the browser

npm run build - This will simply create a build of the application and place the build into a new folder called build whatever is in the folder will be used for production.

Navigation with React Router

npm install react-router-dom - This will install the react-router-dom package into our project

Hosted App on Firebase

About

My first react app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published