Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parente/cookiecutter-flask-react
Cookiecutter for a Flask+React project
https://github.com/parente/cookiecutter-flask-react
cookiecutter docker flask jest parcel pytest react
Last synced: about 2 months ago
JSON representation
Cookiecutter for a Flask+React project
- Host: GitHub
- URL: https://github.com/parente/cookiecutter-flask-react
- Owner: parente
- License: bsd-3-clause
- Created: 2018-10-14T02:33:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T16:56:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T19:22:37.904Z (2 months ago)
- Topics: cookiecutter, docker, flask, jest, parcel, pytest, react
- Language: Python
- Homepage: https://cookiecutter-flask-react-ksemorxopj.now.sh/
- Size: 40 KB
- Stars: 24
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/parente/cookiecutter-flask-react.svg?branch=master)](https://travis-ci.com/parente/cookiecutter-flask-react)
# 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](http://flask.pocoo.org/) on [Python 3](https://python.org) as the web backend
* [React](https://reactjs.org/) with [Bootstrap](http://getbootstrap.com/) as the web frontend
* [Parcel](https://parceljs.org/) for watching, building, and minifying web assets
* [pytest](https://docs.pytest.org/en/latest/) for running Python tests
* [Jest](https://jestjs.io/) for running JavaScript tests
* [Docker](https://www.docker.com/) image definitions based on [Alpine](https://alpinelinux.org/) for development and production
* [Make](https://www.gnu.org/software/make/) targets for convenient control of all of the above
* [Travis CI](http://travis-ci.org) config for continuous integrationSee https://cookiecutter-flask-react-ksemorxopj.now.sh for an example deployment of a production build of the example app on [ZEIT](https://zeit.co) and https://zeit.co/parente/cookiecutter-flask-react/deployment/ksemorxopj/logs for its logs.