mozlando-frontend-demo/README.md

20 строки
605 B
Markdown
Исходник Обычный вид История

2015-12-07 14:06:16 +03:00
# Mozlando Frontend Demo
This is an experiment to test out what Redux + React + universal JS looks
like as a demo Addons front-end.
The idea to it to try and do the following:
* Create a basic fake search API that returns random data.
* Create a basic search result page.
* Play with forms that work server-side only as well as via redux.
* It doesn't need to look pretty though we can hack together some styles.
## Getting started
* You'll need `nvm` + `node 4.x` to be able to install the node deps.
* Once you have that install the deps with `npm install`
* To fire things up use `npm run dev`.