Skip to content

A test application with pyramid_starter_seed + Cornice + Reactjs

Notifications You must be signed in to change notification settings

majerteam/pyramid_cornice_react_sample

Repository files navigation

Test app with pyramid_starter_seed + cornice + reactjs

This is a Pyramid starter seed based project integrating the Yeoman workflow (concat and minification assets, grunt-uncss, cdnify-scripts and more).

Prerequisites

  • Nodejs (you can manage and install different node versions using NVM)
  • python virtualenv
  • Pyramid
  • Cornice

Installation

Open your shell and digit:

$ git clone [email protected]:majerteam/pyramid_cornice_react_sample.git
$ cd pyramid_cornice_react_sample
$ YOUR_VIRTUALENV_PYTHON_PATH/bin/python setup.py develop
$ cd pyramid_cornice_react_sample/webapp
$ bower install
$ npm install

How to run

Come back to the first level dir of pyramid_starter_seed (where .ini file lives):

$ cd ../..

Devel mode:

$ YOUR_VIRTUALENV_PYTHON_PATH/bin/pserve development.ini

Production mode:

$ YOUR_VIRTUALENV_PYTHON_PATH/bin/pserve production.ini

More informations there (creating a new pyramid scaffold ... ): https://github.com/davidemoro/pyramid_starter_seed/

Links about this scaffold

About

A test application with pyramid_starter_seed + Cornice + Reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published