https://github.com/stevearc/pyramid-cookiecutter-webpack
A Cookiecutter (project template) for creating a Pyramid project using webpack to bundle assets
https://github.com/stevearc/pyramid-cookiecutter-webpack
Last synced: about 20 hours ago
JSON representation
A Cookiecutter (project template) for creating a Pyramid project using webpack to bundle assets
- Host: GitHub
- URL: https://github.com/stevearc/pyramid-cookiecutter-webpack
- Owner: stevearc
- License: mit
- Created: 2017-09-03T01:43:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T20:47:14.000Z (almost 9 years ago)
- Last Synced: 2026-03-29T17:25:51.394Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pyramid-cookiecutter-webpack
============================
A Cookiecutter (project template) for creating a Pyramid project using webpack to bundle assets
Requirements
------------
* `cookiecutter `_
Usage
-----
Generate a Pyramid project::
$ cookiecutter gh:stevearc/pyramid-cookiecutter-webpack
Install and set up necessary packages::
$ cd
$ virtualenv env
$ source env/bin/activate
$ pip install --upgrade pip
$ pip install -e .
$ npm install
Start the webpack build::
$ npm run watch
In a separate terminal, start the Pyramid server::
$ pserve --reload development.ini