Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grahamtallen/tat-test


https://github.com/grahamtallen/tat-test

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# React - NextJS boilerplate

A NextJS boilerplate with RTL, Styled Components, Storybook, TypeScript, Husky, Babel, ESLint and Next PWA :sunglasses:

| React | Next | Next PWA | Styled Components | TypeScript | Testing Library |
| ------- | ------- | -------- | ----------------- | ---------- | --------------- |
| v17.0.1 | v10.2.0 | v5.2.21 | v5.3.0 | v4.2.4 | v11.2.7 |

## Getting Started

To install all dependencies, you can use [NPM](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/) as package manager.

### Running the project locally:

To run the project as development mode, you can use `yarn dev` or `npm run dev`. To run as production mode, you should build the project first with the command `yarn build`or `npm run build` and `yarn start` or `npm run start` to run it.

### Running tests

`yarn test` to run all tests and `test:watch` to run all test as development mode, watching for changes.

### Storybook

`yarn storybook` will open the storybook page at port 6006 and `yarn build-storybook` will create static files to serve storybook if you need it.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details