Did It helps you track the work you need to do, and what you've recently completed.
- Front-end is React.js, Redux & Material-UI
- Data is stored in the browser's localStorage
- Built and packaged with Babel & Webpack
- App is 100% static and served by AWS S3
npm start- Starts a local web server at http://localhost:3000npm run test- Runs all testsnpm run build- Compiles all files intobuild/npm run serve- Runs a local web server that serves the files frombuild/npm run deploy- Deploys all files frombuild/to S3
- React.js Boilerplate was used to jump start this app
- Material UI makes it work well on mobile and look good