Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

i-dot-ai/frontend-starterkit

Repository files navigation

I-Dot-Ai Frontend starter kit

Simply run the below. Replace project_name

npx @idotai/create-starter-kit project_name

This will create, and install I-dot-ai frontend framework incorporating libraries and rules for the team coding guidelines:

  • Latest version of NextJS
  • Typescript
  • Jest, React library: For unit testing
  • Fetch mock: Unit test API fetch calls
  • Jest config setup
  • React query: For fetch calls
  • Eslint setup
  • Prettier setup
  • ESlint team config rules
  • Prettier team config rules
  • Storybook: for documenting your components

How to run the project

Test your code

  • npm run test:all

How to generate the static build

  • npm run build:static
  • Explore the /out directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published