Skip to content

Converting the simple twitter log in stuff I did for Esports check into react (Practice plus integrating with ajax/api)

Notifications You must be signed in to change notification settings

JayPuff/react-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-twitter

Converting the simple twitter log in stuff I did for Esports check into react (Practice plus integrating with ajax/api)

What I have to do when making a react project

Setup

  1. get node and npm
  2. get create-react-app with npm
  3. create a project directory using ^

After Setup

  1. Style root/body/html in index.css!
  2. Go to package.json and add "homepage" attribute and then host directory path so that it works in build version! ("Z:/...")
  3. Removing that register service worker thing that works only on build version because idk what it does.
  4. Create Folder structure that I'm using so far: assets, components, containers
  5. Anything in public folder will be in ported to the root of /build! Ex: Font-awesome folder
  6. For google fonts I simply changed the index.html template and added the link tag? Is importing through css better?

About

Converting the simple twitter log in stuff I did for Esports check into react (Practice plus integrating with ajax/api)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published