Zizzamia / generator-ng-flask

A tasty scaffold for AngularJS and Flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-ng-flask NPM version NPM Downloads

This generator is the scaffolding tool for generate by Yeoman a simple Flask app

Dependencies

  • Package manager for javascript: npm
  • Package management: Bower
  • The streaming build system: Gulp

Quick start

Installing Yeoman

npm install -g yo

Installing generator-ng-flask

npm install -g generator-ng-flask

Make a new directory, and cd into it

mkdir name-app && cd $_

Scaffolding out your tasty AngularJS/Flask app

yo ng-flask nameApp

And now you can start the Quick start of you new Flask app from the README generated.

About

A tasty scaffold for AngularJS and Flask.


Languages

Language:JavaScript 72.4%Language:Python 23.1%Language:CSS 4.5%