Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 476 Bytes

jfpdata

A site for storing request data from Just Print.

About

This project uses Feathers and React.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/jfpdata; npm install
    
  3. Start your app

    npm start