Update development notes.

This commit is contained in:
Dorian 2017-10-24 22:34:22 -04:00
parent 68d1b9d52c
commit eb555ad935
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- **Flexbox**
- [Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
- [Flexbox Froggy - Flexbox Training Game](http://flexboxfroggy.com/)
- [A Visual Guide to Flexbox](https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties)
## Preact + Bootstrap
- [reactstrap for bootstrap components](https://reactstrap.github.io)
@ -47,6 +48,13 @@ webpack](https://github.com/webpack-contrib/less-loader/issues/109#issuecomment-
- example for [compiling fontawesome using
webpack](https://github.com/shakacode/font-awesome-loader/blob/master/docs/usage-webpack2.md)
## Backend
### Testing
- Faker - for random test data
- [Generate Fake Data for Python Unit Tests](https://semaphoreci.com/community/tutorials/generating-fake-data-for-python-unit-tests-with-faker)
- [Faker documentation](https://faker.readthedocs.io/en/latest/index.html)
### CouchDB