• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A sample todo app with React and Flux in ES2015 (ES6) served by Hapi

react-todo

Another basic todo app in React and Flux

Run

npm install
npm start

Develop

Webpack auto-watches client assets. Nodemon auto-watches server assets.

npm install
npm run dev

Build

Bundle the assets for production.

npm run build

Docker

Create and run the docker-compose environment

docker build -t todo .
docker-compose up