/react-workshop

Primary LanguageJavaScript

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