Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 841 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 841 Bytes

To see app may here: https://my-star-wars-db.io

Requirements

  • Nodejs
  • npm
  • create-react-app (For installation: npm i -g create-react-app )
  • Browser
  • Text editor

Installation project

  1. Go to your directory for create project
  2. For create project you need input in terminal: create-react-app name-app
  3. Go to this new directory cd name-app
  4. Delete all directories and files without directory: node-modules
  5. Clone project from GitHub not in an empty directory:
    • git init
    • git remote add origin ssh://... ./
    • git fetch
    • git checkout -t origin/master
  6. And after: npm start

PS

Special for my, for my memory Instead of fetch i can use:

  • Axios,
  • Superagent,
  • Got,
  • Request,
  • Reqwest