- Author: Abraham Bosch abrahambosch@gmail.com
- About: This is a tinker project to demonstrate how Nodejs, Express, React with Babel and Webpack work.
This project includes the following:
https://nodejs.org/en/ Web and API Server
https://expressjs.com/ Nodejs server framework for the backend requests to https://queryfeed.net/twitter.
https://facebook.github.io/react/ for the view layer of the dynamic rss feed entries.
https://babeljs.io/ used to convert React JSX to ECMA5
https://webpack.js.org/ Runs Babel and Bundles javascript toegther into one javascript file.
https://www.npmjs.com/package/axios used for server and client side ajax requests.
https://www.npmjs.com/package/xml2js used to convert RSS/XML feeds to json.
-
Check out the code
git clone git@github.com:abrahambosch/node_express_react_test.git or git clone https://github.com/abrahambosch/node_express_react_test.git
-
change directories into the project
cd node_express_react_test
-
install the node packages
npm install
-
start the server
npm start
-
in your webbrowser, go to http://localhost:8080