0.1.8 • Published 1 year ago

@idotai/create-starter-kit v0.1.8

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

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