Skip to content
dane-johnson edited this page Feb 27, 2017 · 6 revisions

#Codesplain Wiki

Codesplain is the code editor that makes the code explain itself to you.

##Tools

  • create-react-app Nice command line tool that packages together a lot of tools for developing React apps.
  • express HTTP server for Node. Nice because client and server can be written in the same language.
  • Jest/Enzyme Unit testing for JS and snapshot testing for React components.
  • Material-UI UI library brimming with themed React components.
Clone this wiki locally