There is a simple node server implementation in server.js. It serves static files from public/ and handles requests to todos.json to fetch or add data.
Make sure you have node and npm installed.
brew install node
brew update
node -v
npm -vnpm installTo Start Server and Start Compiling Source JSX to Javascript
npm startVisit http://localhost:3000/.