Skip to content

QuickMonkeys/node-react

Repository files navigation

node-react

A simple example to demonstrate the functionality of react.js.

The data is representing by a json file (the focus is not the database access... yet!) to be used by the component.

The transpiler used to generate javascript is Babel.

Webpack is used to create the javascript bundle of the project (see webpack.config.js and webpack.config.prod.js).

Foreman is used to start two services:

    - Webpack, that's responsible for watch changes and recompile code 
    - Node, that's responsible to run the web server (see config file server.js).

To get the code:

git clone https://github.com/QuickMonkeys/node-react.git

cd node-react

run npm i to install node_modules

run nf start to start the application using Foreman.

You can see a live Demo here.

About

React example with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published