A bookmark collection page.
- Frontend is based on React.js and Bulma.css;
- Backend is based on wilddog service (BaaS);
1. register a Wilddog service.
{
"rules": {
".read": "false",
".write": "false",
"$user": {
".read": "auth.uid == $user",
".write": "auth.uid == $user"
}
}
}p.s. I think firebase has similar configuration.
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start
# build for production with minification
npm run build- If you are using
<username>.github.io, just add all files under build/ to you<username>.github.iorepo. - If you want to attach the site to a sub path, then change
assetsPublicPathinconfig.jsto/<your-repo-name>/and rebuild.
##License MIT License
