https://github.com/qvil/nextts-boilerplate
Light and choosable Next.js boilerplate with Typescript.
https://github.com/qvil/nextts-boilerplate
Last synced: 2 months ago
JSON representation
Light and choosable Next.js boilerplate with Typescript.
- Host: GitHub
- URL: https://github.com/qvil/nextts-boilerplate
- Owner: qvil
- License: mit
- Created: 2019-09-25T03:34:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:20:50.000Z (over 3 years ago)
- Last Synced: 2025-03-22T22:39:06.431Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.ts Boilerplate
Light and choosable Next.js boilerplate with Typescript.
## About & Goal
You can choose only the feature what you want.
## Prerequisites
- Node.js >= 10.x (Recommended the latest version)
- **Git basic knowledge**
## How to use
Check it [Branch](https://github.com/qvil/nextts-boilerplate/branches). Based on the concept merge from feature branch.
### Branch(Feature) List
- [x] master: Basic, Plain with typescript.
- [x] feature/all - All features
- [x] feature/styled-components
- [ ] feature/redux
- [ ] feature/environment_variables
- [ ] feature/cookie
- [ ] feature/error - Error boundaries
- [ ] feature/user_agent
### Example
#### 1. Merge branch
```
git merge remotes/origin/feature/all
```
#### 2. Install
```
npm install
```
#### 3. Development
```
npm run dev
```
http://localhost:3000/
## Contribute
Dive into the project! Enough to fix the typo, translate also welcome!
## License
MIT