Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvfsillva/next-typescript-template
Nextjs boilerplate with typescript, styled-components, and i18next
https://github.com/mvfsillva/next-typescript-template
boilerplate i18next nextjs react-testing-library styled-components typescript
Last synced: 23 days ago
JSON representation
Nextjs boilerplate with typescript, styled-components, and i18next
- Host: GitHub
- URL: https://github.com/mvfsillva/next-typescript-template
- Owner: mvfsillva
- Created: 2021-02-06T19:01:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T18:16:05.000Z (over 3 years ago)
- Last Synced: 2024-10-28T10:46:44.936Z (2 months ago)
- Topics: boilerplate, i18next, nextjs, react-testing-library, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Next Boilerplate
## Main Libraries
- React
- Typescript
- Testing library
- Jest
- Next 10.x.x
- Styled Components 5.x.x
- Prettier
- Server Side Rendering (SSR)
- SWR
- react i18next
- Storybook## Contributing
### 01. Install dependencies
```sh
$ yarn
```### 02. Create configs
Create a `.env` file at the root of the project. Make sure you follow the [`.env.example`](.env.example) file as a guide.
### 03. Run the tests
```sh
$ yarn test
```### 03. Run the project
```sh
$ yarn dev
```### 03. Run the storybook
```sh
$ yarn storybook
```## Respect earns Respect 👏
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members## Author
[Marcus Silva](https://mvfsillva.dev)