Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.11 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.11 KB

Talaikis Ltd.

Frontend Next 5.0

Features

Fully featured React.js SSR user management system/ CMS (frontend).

  • Passwordless user sign in, sign up
  • Sign out
  • Profile edit, delete
  • Admin system (required password upon access)
  • Passwordless account confirm
  • Written in React hooks
  • Atomic (in progress anyway) design. Currently, if changing nothing else, color scheme can be changed via one config file.
  • Encrypted user browser storage

Backend

Install

npm i

Add secrets

now secrets add cms-api-key <key>
# ...

Build

npm run build

Start

# Development:
npm run dev

# Production
npm run build
npm run start

Get it

API Next + Frontend Next is a boilerplate for custom products. If you want to discuss the system, please contact me via form.

Licence

See LICENCE.txt