Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.
/ ngFlask Public archive
forked from ngbp/ngbp

Boilerplate for flask-angular project, offering a simple flask based REST API on the server side and a sophisticated build management system for the client side (based on ngbp)

License

Notifications You must be signed in to change notification settings

rhlobo/ngFlask

 
 

Repository files navigation

Angular-Flask Boilerplate

Both client and server apps are contained in this repository, kept in sync. They integrate through a RESTful api.

Setup

#!/bin/bash


sudo add-apt-repository --yes ppa:chris-lea/node.js
sudo apt-get --quiet update
sudo apt-get install --yes --quiet nodejs

cd client
sudo npm -g install grunt-cli karma bower
npm install
bower install
grunt compile

Environment variables

APP_ENV: PRODUCTION, STAGING, DEVELOPMENT, TESTING

Running a server

./manage.py run

About

Boilerplate for flask-angular project, offering a simple flask based REST API on the server side and a sophisticated build management system for the client side (based on ngbp)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.2%
  • Python 9.0%
  • CSS 5.1%
  • Shell 2.7%