Skip to content

jomielenriquez/DrumsRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

DrumsRepo

Created with CodeSandbox

npm config set legacy-peer-deps true

Create new react app by executing the code below on the terminal. Note: do not use capital letter on the beginning of the app name

npx create-react-app drum

Run the app by executing the code below on the terminal. Note: Change the directory to the created react project

# change your directory
cd <name of the project. ex. drum>

# start the project
npm start

Deploying React app to GitHub

Link : https://github.com/gitname/react-gh-pages

Run code below to deploy changes to GitHub

# change directory to the app
cd drum

# run deployment
npm run deploy