* created using create-react-app
In this tutorial, I'll show you how I deployed a React app—which I created using create-react-app—to GitHub Pages.
You can visit the deployed app, at https://gitname.github.io/react-gh-pages/.
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Node Intial</title> | |
| </head> | |
| <body> | |
| <h1>Hello</h1> | |
| <form action="http://127.0.0.1:3000/" method="post"> | |
| <input type="text" name="name" id=""> |
* created using create-react-app
In this tutorial, I'll show you how I deployed a React app—which I created using create-react-app—to GitHub Pages.
You can visit the deployed app, at https://gitname.github.io/react-gh-pages/.
| """ | |
| Start Script, choose the options you want play and start, | |
| play until you want exit (exit by !exit) | |
| Stores your score in results.txt file | |
| Enter your name: > Tim | |
| Hello, Tim | |
| > rock,gun,lightning,devil,dragon,water,air,paper,sponge,wolf,tree,human,snake,scissors,fire | |
| Okay, let's start |