cra-template-nextjs-flow
v0.0.7
Published
The base Nextjs and Flow template for Create React App.
Downloads
4
Maintainers
Readme
cra-template-nextjs-flow
This is the unofficial Nextjs and Flow template for Create React App.
Features
- Nextjs with headers configured
- Flow with flow-typed for next and react types
- Jest and testing-library with test-utils
- Prettier configuration
- Eslint with standar configuration
- Husky config precommit lint-staged
- Vscode with my personal configuration and snippets
To use this template, add --template nextjs-flow
when creating a new app.
For example:
npx create-react-app my-app --template nextjs-flow
# or
yarn create react-app my-app --template nextjs-flow
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.