This project is an implementation of the TodoMVC application using React with ES6/ES7 syntax, bootstrapped with create-react-app.
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/ChrisWiles/React-todoMVC.git
cd React-todoMVC
yarn install
To run the application in development mode:
yarn start
This will start the development server and open the application in your default web browser.
To build the application for production:
yarn build
This will bundle the React application in production mode and optimize the build for the best performance.
To run the test suite:
yarn test
This will start the test runner in the interactive watch mode.
You can view a live version of the application here: React-todoMVC