/depth-router-express

React Router Tutorial Example with added Express Server, IndexedDB Storage

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

depth-router-express

React Router Tutorial Example with added Express Server

Base app created following tutorial React Router in Depth - https://github.com/iamshaunjp/react-router-in-depth

  • Added backend Express Server Configuration (opposed to json server in shown in tutorial)
  • Added Forager IndexedDB tests
  • Added IndexedDB tests

  • Frontend Initialization:

    cd jobarouter/
    npm start

    Backend Server Configurations:

    Dynamic Server for Careers database listing:
    npm run start-dyn
    Dynamic Server for Careers database listing, with authentication (WIP):
    npm run start-auth

    Concurrent Dev Build:

    Dynamic Server for Careers database listing:
    npm run dev