Starter repo for getting up-and-running with React, Flask, webpack, and Babel.
The React + Flask starter kit is a quick and easy way to set up a project that includes both Flask and React. It comes with Babel and Webpack, making it ideal for proof-of-concept projects, workshop settings, or any situation where you don’t want to worry about developer setup or writing config files. By following a few simple steps, you can have your frontend and backend up and running in no time.
To install the React + Flask starter kit, follow these steps:
Prerequisites:
Backend Setup:
pip install -r requirements.txt
Frontend Setup:
If you don’t have Webpack installed, install it globally:
npm install -g webpack
Install the JavaScript dependencies using npm:
npm install
The React + Flask starter kit provides a convenient way to set up a project that combines both Flask and React. With Babel and Webpack included, developers can dive right into their frontend and backend development without worrying about configuration. By following the simple installation guide, developers can quickly get started on their React and Flask projects.