Integrating ReactJS With Flask

From Littledamien Wiki
Revision as of 18:04, 2 March 2018 by Video8 (talk | contribs) (Created page with "Category:ReactJSCategory:FlaskCategory:PythonCategory:Web Development == Prerequisites == * [https://npmjs.com NPM] * CSS and JavaScript should live in separa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prerequisites

  • NPM
  • CSS and JavaScript should live in separate directories within the static directory, e.g. my_proj/static/css/ and my_proj/static/js/
  • Create a package.json file in the project's static directory:[1]
$ cd app_package/static
$ npm init

Notes