Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 844 Bytes

Reducer online

Reduce your text! Now online!

Powered by

Structure

ReducerTS
`-client
`-server

Help

  • app-scripts build - build all for production
  • app-scripts serve - run dev server (served static client from /build/..)
  • npm start - start both client and server via concurrently
  • cd client && npm start - run dev client with hot reload via react-scripts-ts
  • cd server && npm start - run dev server (same asapp-scripts serve)

Todos

  • Signing-up
  • Logging in to user mode
  • Disable user funcs in guest mode
  • Mailing with activation tokens
  • Store user settings on DB
  • Add CAPTCHA