Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewlynch/next-typescript-jest-storybook-starter

A starter project for Next.js that uses TypeScript, styled-components, Jest & Storybook.
https://github.com/matthewlynch/next-typescript-jest-storybook-starter

jest nextjs prettier react-testing-library storybook styled-components typescript

Last synced: 8 days ago
JSON representation

A starter project for Next.js that uses TypeScript, styled-components, Jest & Storybook.

Awesome Lists containing this project

README

        

# Next.js Starter

This is a [Next.js](https://github.com/zeit/next.js) starter app that uses:

- [TypeScript](https://github.com/microsoft/TypeScript)
- [styled-components](https://github.com/styled-components/styled-components) for styling
- [Jest](https://github.com/facebook/jest) + [React Testing Library](https://github.com/testing-library/react-testing-library) for testing
- [Storybook](https://github.com/storybookjs/storybook) for component development
- [prettier](https://github.com/prettier/prettier) for code formatting

## Getting Started

To get started run:

1. `git clone https://github.com/matthewlynch/next-typescript-jest-storybook-starter.git`
2. `yarn install` or `npm install` inside of the cloned project. If you're using NPM you should delete the `yarn.lock` file
3. `yarn dev` or `npm run dev` if you're using NPM.
4. Visit [localhost:3000](http://localhost:3000/)