Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 700 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 700 Bytes

React SPA boilerplate

Everything in this repo is meant as a boilerplate to copy when starting a new SPA project. Even the rest of this readme file consists of example-text.

Highlights

  • React, Redux toolkit, Typescript, Chakra UI
  • Built on top of this template: npx create-react-app my-app --template redux-typescript
  • Built to work with the dotnet-api-boilerplate backend: https://github.com/ThomasWillumsen/dotnet-api-boilerplate
  • OpenApi generate api client npm run generate.
  • Contains basic login functionality with forgot password, update password
  • When logged in, displays a list of all accounts along with CRUD operations

Configuration

Make sure to update the .env files.