Skip to content

AliTopal89/react_fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react_fundamentals

React App from Tyler McGinnis React Fundamentals Course

you can follow the course materials from here

FYI

if you have a sublime version below 3106 like mine build 3103 then you won't be able to get react through package control what I did was:


$ cd /Users/(username)/Library/Application\ Support/Sublime\ Text\ 3/Packages/  
$ git clone https://github.com/babel/babel-sublime
$ mv babel-sublime Babel

after this step I was able to install the package

or you can use this link to figure out the problem that you might be having.

axios is promise based http client, this is what we are going to use send http request to our github api

notes can be found here from the class tutorials

Workarounds for global installations

Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' fixed by sudo chown -R $USER /usr/local/lib/node_modules

About

React App from Tyler McGinnis React Fundamentals Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published