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
- Host: GitHub
- URL: https://github.com/softspiders/nextjs
- Owner: softspiders
- License: mit
- Created: 2019-02-11T15:03:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:23:26.000Z (over 3 years ago)
- Last Synced: 2025-07-01T22:02:12.799Z (12 months ago)
- Topics: hello-world, helloworld, min, next, react, softspider, softspiders, ss, template
- Language: JavaScript
- Homepage:
- Size: 776 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)