Fixes docs code sample

This commit is contained in:
Michael 2020-03-28 14:24:21 -05:00
parent 53ca547ed2
commit 68dbdf7e3e

View File

@ -19,6 +19,7 @@ Now, go to ``http://127.0.0.1:8000/`` in your browser. There is also a
Single Page Application (SPA) in React within the ``demo/`` directory. To run this do:
.. code-block:: python
cd react-spa/
yarn # or npm install
yarn run start