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

https://github.com/softspiders/nextjs

Minimalistic NextJS application
https://github.com/softspiders/nextjs

hello-world helloworld min next react softspider softspiders ss template

Last synced: about 1 month ago
JSON representation

Minimalistic NextJS application

Awesome Lists containing this project

README

          

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# The simplest application on *Next.js*

## Feature tags

- nextjs
- starter
- template

## Direct descendants

- [Minimalistic NextJS in TypeScript](https://github.com/softspiders/next-typescript)
- [next-passport-oauth-google-email-nedb](https://github.com/softspiders/next-passport-oauth-google-email-nedb)
- [Minimalistic template for NextJS application with library in Lerna monorepo](https://github.com/softspiders/lerna-next-with-lib)

## Requirements

[*Node*](https://nodejs.org/en/download/package-manager/)

Other dependencies are transitive and therefore installed under the hood.

## Installation

At the root of this repository, run:

```sh
npm i
```

## Running

```sh
npm run dev
```

The site is now running at http://localhost:3000.

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

## Inspired by

[Hello-world example of Next.js](https://github.com/zeit/next.js/tree/canary/examples/hello-world)

### License

Licensed under the [MIT license](./LICENSE)