1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/spa_client
2016-12-23 18:47:38 +01:00
..
src Web app update 2016-12-23 18:47:38 +01:00
.babelrc Web app update 2016-12-23 18:47:38 +01:00
.gitignore Web app update 2016-12-23 18:47:38 +01:00
package.json Web app update 2016-12-23 18:47:38 +01:00
README.md Web app update 2016-12-23 18:47:38 +01:00
server.js Web app update 2016-12-23 18:47:38 +01:00
webpack.config.js Web app update 2016-12-23 18:47:38 +01:00
webpack.dev.config.js Web app update 2016-12-23 18:47:38 +01:00

React/Redux Example Todo Application

An example application demonstrating how to build a Todo with React and Redux.

How to run

Open up a terminal and execute:

$ npm install
$ npm start

Then open up your browser and navigate to http://localhost:3000/.

License

Apache 2.0