Setup
Kent C. Dodds
- From scratch
- Create a micro-library
- Write and run tests
- Transpiling
- Continuous Integration
- Publish a real project (each of you!)
- Community management
need to have git, node, npm, travis-ci.org, codecov.io accounts
###To setup
git clone https://github.com/kentcdodds/starwars-names.git
cd starwars-names
npm run setup:fem
This gives an empty dir with a .gitattributes
some stuff.
$npm run setup:fem
will set up the state from the first commit.