Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 599 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 599 Bytes

LiteDocs

For quick and easy documentation.

Technologies

  • React Hooks instead of React.Component to create stateful components
  • TypeScript static types for Component Props, Actions & Services
  • TailwindCSS for the UI
  • Eslint & Prettier to lint and format the source code.

Hit the Star button if you love this project ⭐️

Usage

Install dependencies

npm install

For development

npm run dev

For production

npm run build
npm start