ToDo List Page React Application
This app and readme is meant to help understand the basics of this application
# install dependencies
Go to project directory
Install dependencies with
> npm install
Run the Application with using React Webpack Dev Server
> npm run dev
Enter http://localhost:8080 in your browser#