Without setup. Just start making your beloved todo app!
$ git clone https://github.com/oyvindhermansen/create-standard-app.git
$ yarn install
$ yarn dev
# or
$ yarn start
Make apps from the /src/
directory based from index.js. When you make
changes to the index.js it will automatically hot reload.
You can use ES6++ with this starterkit. Rest-spread and class properties is also included as babel-plugins. Have fun!