Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/next-typescript
Minimalistic NextJS in TypeScript
https://github.com/softspiders/next-typescript
javascript js min minimal minimalist next next-js nextjs react softspider softspiders ss starter template ts typescript
Last synced: about 17 hours ago
JSON representation
Minimalistic NextJS in TypeScript
- Host: GitHub
- URL: https://github.com/softspiders/next-typescript
- Owner: softspiders
- License: mit
- Created: 2019-11-11T10:54:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:37:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:43:27.964Z (7 months ago)
- Topics: javascript, js, min, minimal, minimalist, next, next-js, nextjs, react, softspider, softspiders, ss, starter, template, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 511 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# next-typescript
Minimalistic NextJS project in TypeScript
## Feature tags
- nextjs
- starter
- template
- typescript---
## Direct ancestors - also by code
- [Minimalistic Next.js example](https://github.com/softspiders/nextjs)
- [HelloWorld in TypeScript](https://github.com/softspiders/typescript)## Direct descendants
- [Next with Jest in TypeScript](https://github.com/softspiders/next-jest-typescript)
- [Minimalistic NextJS in TypeScript with Storybook](https://github.com/softspiders/next-typescript-storybook)
- [zeit-now-next-typescript-graphql-apollo](https://github.com/softspiders/zeit-now-next-typescript-graphql-apollo)---
## Requirements
* [Node.js](https://nodejs.org/en/download/package-manager/)
* [TypeScript](https://www.typescriptlang.org/)---
## Istallation
### Install dependencies
```sh
npm i
```
or
```sh
yarn
```### Install TypeScript as a Node.js package
```sh
npm i -g typescript
```or
```sh
yarn global add typescript
```---
## Running in dev mode
```sh
npx next dev
```---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
### License
Licensed under the [MIT license](./LICENSE).