Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

readme.md

File metadata and controls

28 lines (22 loc) · 1.19 KB

Ellery Cover Image

License Dependency Status devDependency Status peerDependency Status

A default frontend example that works with the MyFIU Revamped API.

Setup

Make sure to have Node, then:

# Starting Off Development
npm install     # Install server dependencies
npm run init    # Setup the project
npm run dev     # Start developing if you need to