Skip to content

SFReactWorkshop/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tutorial

There is a simple node server implementation included. It simply serves static files from public/ and handles requests to tweets.json to fetch or add data.

Dependencies

Make sure you have node and npm installed.

brew install node
brew update

node -v
npm -v

To Start Server

npm install
npm start

Visit http://localhost:3000/.

To Compile JSX to Javascript While Developing

gulp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages