demo/
static/
index.html
client.js
style.css
server.js
server.js
It should:
- load external routes (
react-jwt-auth) with:
- 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
server.jsIt should:
react-jwt-auth) with:index.htmlShould load babel for browser to allow compiling ES6
client.jsApp demo blob written in ES6