Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grahamtallen/tat-test
https://github.com/grahamtallen/tat-test
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grahamtallen/tat-test
- Owner: grahamtallen
- License: mit
- Created: 2021-06-28T05:26:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T07:04:52.000Z (over 3 years ago)
- Last Synced: 2024-10-22T13:54:54.065Z (2 months ago)
- Language: TypeScript
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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