Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.