Posts

Showing posts from August 1, 2017

built a awesome game by using reactJS

Image
yesterday we made awesome game by using reactJS so I would like to share my experience \     ..............here we go before that   we must setup for reactJs environment  It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production.  if you want try you follow my command    open  your terminal         and             npm install -g create-react-app create-react-app my-app cd my-app npm start   sucessfully we made setup our developement enviroment      and we create a folder structure like this      in index.html code like this    if you want to make different UI you can change or edit your edits in index.html                          <!doctype html> <html lang="en">   <head>     <meta charset="utf-8">     <meta name="viewport" conte