A simple to do list created with React and ES2015.
This application was created with create-react-app.
create-react-app is a great way of getting started with React without the pain of setting up tooling.
Clone the repository:
git clone https://github.com/lyndseybrowning/react-todo
Move into the project directory
cd react-todo/todo
Install project dependencies
npm install
Start the server
npm start
The project will be available on http://localhost:3000/