Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 687 Bytes

File metadata and controls

40 lines (20 loc) · 687 Bytes

App Journal

Description

App Journal is an app where you can store all of your app ideas.
App Journal utilizes a local JSON file to store your data.

Installation

  • Install react router
    npm install react-router-dom

  • Clone this app

  • Install node dependencies
    npm install

  • Starts npm react server
    npm start

  • Open [http://localhost:3000] to view the app in your browser


  • Open a separate terminal

  • Connect json database to the server. Use port 8000 because we are already utilizing 3000 for our app
    npx json-server --watch db.json --port 8000


Contributing

No changes allowed at this time.