soaple/stickyboard

react-router does not work on the local demo page.

Closed this issue · 1 comments

react-router does not work on the web page after executing "npm run watch-app-dev" command.
It works well on the actual demo page(http://stickyboard.co.kr), but is it still incomplete in the local environment?


Environment

  • OS: macOS Catalina 10.15.5
  • Node: 12.8.0
  • npm: 6.10.2

This repository includes a source of StickyBoard demo website.
The website is integrated with MySQL, Firestore, MongoDB.
So, if you want to run this app in your local environments, you have to set the DBs endpoint.
However, it is too much to start with StickyBoard.

In conclusion, you have to start with https://github.com/soaple/create-stickyboard-app.

npx create-stickyboard-app <YOUR_APP_NAME>

You can create your own StickyBoard app by running it.
You can refer to this demo website code as an example to integrate other StickyBoard components.