Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 481 Bytes

OCA AngularJS/Express Generator

This is a Yeoman generator that will generate the codebase for a full stack JavaScript project using NodeJS, Express, AngularJS, and Sequelize/MySQL.

Getting Started

  1. Install the generator
$ npm install -g yo generator-oca-ng-express
  1. Run the generator (in a folder where you keep code)
$ yo oca-express

Non-automated Tasks

  • ./server/config/config.json: Enter your MySQL credentials