Skip to content

jmoneill15/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

This is a Website Template for a React js site with all the standard files to correcly deploy. Duplicate the files in this folder into a newly made repository

Follow the steps to get it set up, ie git init, add, commit, and push then do npm install and npm install gh-pages --save-dev.

Check inside package.json and above "name" add a "homepage": "http://{git.username}.github.io/{git.repostiory.name}",

Within scripts make sure "predeploy": "npm run build", "deploy": "gh-pages -d build", are in them

To get the deployed site do add, commit, and push these changes, and then use "npm run deploy" and make sure it deploys correctly in Actions Every time you want the live site to update and deploy you must rerun "npm run deploy"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published