A bare bone Todo list application using ES6, React, Webpack, Sass, and Axios
- npm install
- npm run build
- npm start
- If url doesn't automatically open, Go to http://localhost:8080
- www.mockapi.io is being used as a mockup api for quick back-end implementation. It's free and easy to set up.
- NPM is configured to immediately open localhost:8080 on Mac computers, but it takes a few seconds to bundle up everything.
- If any changes are saved, the page will reload with the updated changes.
- Axios is promise-based HTTP client that works both in the browser and in a node.js environment. It wraps the http requests using a polyfill for ES6 new promise syntax.