UnNotate client is a frontend for UnNotate note taking app. The frontend is built using:
- React
- Redux
- Bootstrap
- Quill
git clone https://github.com/ischekoldin/unnotate-client.git
Demo Heroku servers go idle after 30 minutes of inactivity. So the first start of frontend and backend is slow.
// to start on localhost, the default port is 5000
npm devstart
- There is a heroku.com specific script
"heroku-postbuild"
which isn't required on other platforms. - Make sure to adjust the
src/App.js
file according to your backend endpoint.