A React app that renders reflections in a /reflections
directory.
The application has two modes:
- 100% client-side for a zero setup experience
- With a server for the ability to delete and keep reflections
- Run:
npm ci
npm run start
-
Visit
/web/index.html
directly in your browser. -
To speed up development with hot reloading and React Dev Tools visit: http://localhost:3000/
- Run:
cd web
npm ci
npm run start
- Visit: http://localhost:3001/
- Run:
npm run build
- Place
/dist/bundle.js
inside the Reflekt repo of your chosen language.