This repository contains a simple To Do App that utilizes React and Redux along with ES6 syntax. Webpack is used to compile all assest files and the Webpack dev server is used to serve the files to the client.
To view the app, please follow the steps below:
- Clone the repository
- Run the command
npm install
in the cloned directory to install all dependencies - Run the command
npm run start
to start the dev server - Use your favorite browser and navigate to
http://localhost:8080
- Have fun using the app!