cspence001 / depth-router-express

React Router Tutorial Example with added Express Server, IndexedDB Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    About

    React Router Tutorial Example with added Express Server, IndexedDB Storage

    License:GNU General Public License v3.0


    Languages

    Language:JavaScript 91.4%Language:CSS 5.4%Language:HTML 3.2%