mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
.. | ||
src | ||
.babelrc | ||
.gitignore | ||
package.json | ||
README.md | ||
server.js | ||
webpack.config.js | ||
webpack.dev.config.js |
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