To see app may here: https://my-star-wars-db.io
- Nodejs
- npm
- create-react-app (For installation:
npm i -g create-react-app) - Browser
- Text editor
- Go to your directory for create project
- For create project you need input in terminal:
create-react-app name-app - Go to this new directory
cd name-app - Delete all directories and files without directory: node-modules
- Clone project from GitHub not in an empty directory:
git initgit remote add origin ssh://... ./git fetchgit checkout -t origin/master
- And after:
npm start
Special for my, for my memory Instead of fetch i can use:
- Axios,
- Superagent,
- Got,
- Request,
- Reqwest