A boilerplate to speed up your development first hit 🎉
- NextJS
- TypeScript
- Storybook
- Emotion (Styled component)
- Testing with Jest [ to do ]
...
├── .storybook # Storybook configuration
├── components # Project's components
├── utils # themes, and other project's related utils
├── pages # Project pages (routes)
├── .babelrc
├── .editorconfig
├── .gitignore
├── next.config.js
├── package.json
├── prettier.config.js
├── README.md
├── tsconfig.json
└── tslint.json
...
git clone https://github.com/OmarZeidan/nextjsboilerplate.git your_project_name
# Make sure you have yarn installed.
yarn install
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Install Jest for testing
- Add Emotion theme as a context API
- Add simple component for Storybook.
- Snapshot test for a simple component