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

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.

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