Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 812 Bytes

ui-intro

introduction to poe-ui

Initialize a poe-ui app

  • 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

start new initialized app

  • npm i
  • make
  • open http://localhost:5000

Jade

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.

ESS

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

License

MIT