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
npm install
npm run dev
- open http://localhost:3000
npm run test:all
npm run build:static
- Explore the
/out
directory