Back to React Demos

translate all jsx file in src subdirectory to js file

demo13/README.md

latest332 B
Original Source

This demo is copied from github.com/mhart/react-server-example, but I rewrote it with JSX syntax.

bash
# install the dependencies in demo13 directory
$ npm install

# translate all jsx file in src subdirectory to js file
$ npm run build

# launch http server
$ node server.js