All Projects → parente → cookiecutter-flask-react

parente / cookiecutter-flask-react

Licence: BSD-3-Clause License
Cookiecutter for a Flask+React project

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to cookiecutter-flask-react

Wemake Django Template
Bleeding edge django template focused on code quality and security.
Stars: ✭ 1,141 (+5086.36%)
Mutual labels:  cookiecutter, pytest
parcelui
Parcel + Typescript + React/Preact + Router + CSS Modules + SASS + Jest + Api-Now + Github Actions CI
Stars: ✭ 32 (+45.45%)
Mutual labels:  jest, parcel
Python Best Practices Cookiecutter
Python best practices project cookiecutter 🍪
Stars: ✭ 286 (+1200%)
Mutual labels:  cookiecutter, pytest
Pytest Cookies
The pytest plugin for your Cookiecutter templates. 🍪
Stars: ✭ 96 (+336.36%)
Mutual labels:  cookiecutter, pytest
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (+395.45%)
Mutual labels:  cookiecutter, pytest
Cookiecutter Cms
Python-centric Cookiecutter for Molecular Computational Chemistry Packages
Stars: ✭ 197 (+795.45%)
Mutual labels:  cookiecutter, pytest
Cookiecutter Pytest Plugin
A Cookiecutter template for pytest plugins 💻
Stars: ✭ 181 (+722.73%)
Mutual labels:  cookiecutter, pytest
Jest Pytest
A Jest and Pytest integration made in heaven 💖
Stars: ✭ 28 (+27.27%)
Mutual labels:  jest, pytest
jest-fuck
Play an audible 'fuck' whenever your tests fail
Stars: ✭ 44 (+100%)
Mutual labels:  jest
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (-13.64%)
Mutual labels:  jest
hyperapp-todo-parcel
marcusasplund.github.io/hyperapp-todo-parcel/
Stars: ✭ 12 (-45.45%)
Mutual labels:  parcel
react-native-template-ts
[DEPRECATED] ⚛️ Start a new React Native project with TypeScript, Prettier & TSLint
Stars: ✭ 34 (+54.55%)
Mutual labels:  jest
pytestlab
A pytest powered framework for multi-host integration and system testing
Stars: ✭ 17 (-22.73%)
Mutual labels:  pytest
blazingly-ssr
A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment)
Stars: ✭ 41 (+86.36%)
Mutual labels:  parcel
Jest-CSS-Modules
A Jest script processor that prevents CSS module parse errors.
Stars: ✭ 75 (+240.91%)
Mutual labels:  jest
py-generic-project
🍪 A cookiecutter template that creates a basic Python setuptools project, which can be later on augmented with various optional accessories.
Stars: ✭ 18 (-18.18%)
Mutual labels:  cookiecutter
electron-react-parcel-boilerplate
A boilerplate for Electron + React + Parcel.
Stars: ✭ 60 (+172.73%)
Mutual labels:  parcel
match-screenshot
A simple Jest or Chai matcher to compare screenshots, using Applitools Eyes
Stars: ✭ 14 (-36.36%)
Mutual labels:  jest
cookiedozer
📱 Cookiecutter for i18n Kivy Apps
Stars: ✭ 48 (+118.18%)
Mutual labels:  cookiecutter
react-testing-talk
No description or website provided.
Stars: ✭ 12 (-45.45%)
Mutual labels:  jest

Build Status

cookiecutter-flask-react

Running:

cookiecutter https://github.com/parente/cookiecutter-flask-react.git

gives you a local project folder with an example echo application ready for development and testing with:

  • Flask on Python 3 as the web backend
  • React with Bootstrap as the web frontend
  • Parcel for watching, building, and minifying web assets
  • pytest for running Python tests
  • Jest for running JavaScript tests
  • Docker image definitions based on Alpine for development and production
  • Make targets for convenient control of all of the above
  • Travis CI config for continuous integration

See https://cookiecutter-flask-react-ksemorxopj.now.sh for an example deployment of a production build of the example app on ZEIT and https://zeit.co/parente/cookiecutter-flask-react/deployment/ksemorxopj/logs for its logs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].