Giter Club home page Giter Club logo

react-gameportal's Introduction

react-gameportal version 2.0.1

Check latest npm version

If you want to update the latest:

npm install -g npm@latest

Or

npm i -g npm@latest

Check node-modules in project's folder (your-app).

If node_modules's folder existed before you update the latest npm version in project folder (your-app).

Remove by cmd:

rm -r node_modules

Then re-install:

npm install

Or

 npm i

(note: install the node_modules to build production and push on github to create github pages)

Install github pages

cd your-app
npm i gh-pages --save-dev

Setup package.json

  • "homepage", "private", "dependencies", "scripts", "eslintConfig"

  • Add .gitignore to ignore node_modules push on to github

Build production

npm run deploy

Option 1: Create new git repo

git init
git remote add origin [email protected]:[your-user-account/your-app (replace by your link)]

Option 2: Clone existing git repo

git clone [email protected]:[your-user-account/your-app]

Copy all files from your project's folder into your-app folder

Push your files on to github

git add .
git commit -m "your note in this commit"
  • If the first time you push on git
git push -u origin master
  • If the second and then (you are on branch master)
git push

react-gameportal's People

Contributors

baodainguyen avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.