kb0rg / react-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 99.8%Language:HTML 0.2%Language:CSS 0.1%