Converting the simple twitter log in stuff I did for Esports check into react (Practice plus integrating with ajax/api)
- get node and npm
- get create-react-app with npm
- create a project directory using ^
- Style root/body/html in index.css!
- Go to package.json and add "homepage" attribute and then host directory path so that it works in build version! ("Z:/...")
- Removing that register service worker thing that works only on build version because idk what it does.
- Create Folder structure that I'm using so far: assets, components, containers
- Anything in public folder will be in ported to the root of /build! Ex: Font-awesome folder
- For google fonts I simply changed the index.html template and added the link tag? Is importing through css better?