introduction to poe-ui
- install poe-cli
mkdir ui-intro && cd ui-intro
poe create ui
- follow prompts (you can set the api_url to any poe-api url, for demo use
http://mz-class-roll.herokuapp.com/
) - done
npm i
make
open http://localhost:5000
We use React.js, but we write in the jade syntax, so you can leverage all of the react component life cycle, but you get to write in clean syntax provided by Jade.
We use EcmascriptStyleSheets (ESS) for our css pre-processor. It's super powerful and does lots of fancy things for us, feel free to read the code here
MIT