Skip to content

Add demo code #8

@FullStackForger

Description

@FullStackForger
demo/
    static/
        index.html
        client.js
        style.css
    server.js

server.js

It should:

  • load external routes (react-jwt-auth) with:
app.use('/api', routes)
  • should serve index.html demo along with other static files

We want to keep routes external for the sake of easy mainenance of react-jwt-auth and react-jwt-auth-redux

index.html

Should load babel for browser to allow compiling ES6

client.js

App demo blob written in ES6

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions