generator-faithlife-app
v0.0.16
Published
Generator for a node/React app that uses Faithlife authentication.
Downloads
4
Keywords
Readme
generator-faithlife-app
Generator for a node/React app that uses Faithlife authentication.
Installation
First, install Yeoman, jspm, and generator-faithlife-app using npm (we assume you have pre-installed node.js).
npm install -g yo generator-faithlife-app
Usage
Generate your new project:
yo faithlife-app
During development, run your new project using npm run dev
.
To run outside of development, run the following commands:
npm run bundle
NODE_ENV=<Environment goes here> npm start
License
MIT © Faithlife Corporation