Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 455 Bytes

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 455 Bytes

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