mathewhawley / react-redux-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-todo

Build Status dependencies Status devDependencies Status Codacy Badge Codacy Badge

This is a simple, classic 'to do' application that has been built as a learning exercise – to act as an introduction to various technologies and practices that I am keen to explore and potentially work more with going forward.

todo

The stack

A lot of these are firsts for me – most notably Redux, PostCSS, ESLint and unit testing.

Set up

Currently, this build is only configured for a development environment. Future steps will look to add a production build and server-side rendering.

To run this application, please make sure you are using at least the latest LTS version >= v6.9.1 of Node.js.

Once you have cloned the repository, simply run:

$ yarn
$ yarn dev

Then open your browser and go to http://localhost:8080.

About


Languages

Language:JavaScript 84.0%Language:CSS 15.1%Language:HTML 0.9%