Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basementstudio/next-typescript
We make cool shit that performs, and we start with this template.
https://github.com/basementstudio/next-typescript
boilerplate nextjs typescript
Last synced: 4 days ago
JSON representation
We make cool shit that performs, and we start with this template.
- Host: GitHub
- URL: https://github.com/basementstudio/next-typescript
- Owner: basementstudio
- Created: 2020-08-12T15:26:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T01:12:32.000Z (5 months ago)
- Last Synced: 2024-08-04T14:12:15.894Z (3 months ago)
- Topics: boilerplate, nextjs, typescript
- Language: TypeScript
- Homepage: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbasementstudio%2Fnext-typescript&env=NEXT_PUBLIC_SITE_URL&envDescription=e.g%3A%20https%3A%2F%2Fproject-name.vercel.app
- Size: 6.86 MB
- Stars: 167
- Watchers: 6
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.example.md
Awesome Lists containing this project
- Awesome-NextJs - next-typescript - [demo](https://next-typescript.basement.studio/) ++ (Nextjs Starter)
README
# `your-project`
Repository for `your-project`'s website.
## Featured Aspects of the Stack
- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)## Get Started
1. Install yarn:
```
npm install -g yarn
```2. Install the dependencies with:
```
yarn
```3. Start developing and watch for code changes:
```
yarn dev
```## Things to Note
- Make sure you read `.env.example` to see which environment variables you need to run the project.
---
If you find you need to make extra config to make this work more seamlessly, feel free to submit a PR suggesting your changes. The goal is to get you up and running with the least steps and burden as possible.