Hi,
This is the client app boilerplate, nothing useful yet. Like, at all.
I put it under ./client/ instead of ./static/ because it's a whole another project with configuration and build tools of its own, so I wanted another level of hierarchy to contain those. Static files live under ./static/app/.
Development depends on Node.js, Bower, and Grunt being installed globally-ish, i.e. they should be in PATH. See README.
I haven't touched deployment yet. We need to make Ansible do bower install, I guess, similar to Python requirements.
(Alternatively we can just commit Bower components, and have no dependency on Node.js at all. Let's discuss this eventually.)
Hi, This is the client app boilerplate, nothing useful yet. Like, at all.
I put it under
./client/
instead of./static/
because it's a whole another project with configuration and build tools of its own, so I wanted another level of hierarchy to contain those. Static files live under./static/app/
. Development depends on Node.js, Bower, and Grunt being installed globally-ish, i.e. they should be inPATH
. See README.I haven't touched deployment yet. We need to make Ansible do
bower install
, I guess, similar to Python requirements. (Alternatively we can just commit Bower components, and have no dependency on Node.js at all. Let's discuss this eventually.)