Skip to content

refIekt/reflekt-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflekt UI

A React app that renders reflections in a /reflections directory.

The application has two modes:

  1. 100% client-side for a zero setup experience
  2. With a server for the ability to delete and keep reflections

Development

Read-Only Mode

  1. Run:
npm ci
npm run start
  1. Visit /web/index.html directly in your browser.

  2. To speed up development with hot reloading and React Dev Tools visit: http://localhost:3000/

Read/Write Mode

  1. Run:
cd web
npm ci
npm run start
  1. Visit: http://localhost:3001/

Deployment

  1. Run:
npm run build
  1. Place /dist/bundle.js inside the Reflekt repo of your chosen language.

About

View reflections in the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published