Skip to content

seriouscoderone/TQL_V

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preliminary react-babylon.js framework


Setup github pages

Set the basename to the first part of the URL where you are hosting it "https://jtmckay.github.io/TQL_V/"

Set the homepage in package.json "homepage": "https://jtmckay.github.io/TQL_V/"

Setup gh-pages scripts in package.json: "predeploy": "npm run build", "deploy": "gh-pages -d build"

With gh-pages installed either globally or locally simply run: npm run deploy


This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • HTML 5.1%
  • CSS 1.8%