Skip to content

perfectAlways1028/co-wellness-cms

Repository files navigation

DSS React Template

A customized react boilerplate inspired from CRA structure, but using React v16.11.0.

Features

  • Bundle Analyzer
  • Husky & Lint-Staged
  • Code-splitting
  • PWA ready
  • Import aliases
  • ESLint & Prettier

Scripts

yarn <script> Description
start To start develop the app client, integrated with hot reload.
build To build and minify the app. App will use prod API.
analyze To analyze the app bundle sizes. Will open in 127.0.0.1:8888.
test To test the app (if unit test is properly setup).
codegen:lang Generate lang setup to the app (context, hooks, hoc).
minify:svg Minify svg in enclosed specified path

Notes

User Management

Import CSV format

{employeeIDCode};{name};{payorID};{jobID};{departmentID};{email};{countryCode};{phoneNumber};{birthday};{gender}

add/remove anything which necessarry.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages