This project is bootstraped using the create-react-app
package.
In order to run it locally, simply:
git clone https://github.com/3nvi/react-simple-todos
cd react-simple-todos
npm install
npm run start
In order to create a production build, you should run:
npm run build