https://github.com/reflexjs/nextjs-starter-tutorial
Use this starter to learn how to build a landing page with Next.js.
https://github.com/reflexjs/nextjs-starter-tutorial
Last synced: 2 months ago
JSON representation
Use this starter to learn how to build a landing page with Next.js.
- Host: GitHub
- URL: https://github.com/reflexjs/nextjs-starter-tutorial
- Owner: reflexjs
- Created: 2021-02-25T12:13:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T17:55:30.000Z (over 5 years ago)
- Last Synced: 2025-03-05T19:59:02.628Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://reflexjs.org/guides/build-landing-page-with-nextjs
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# reflexjs/nextjs-starter-tutorial
Use this starter to learn how to build a landing page with Next.js. See https://reflexjs.org/guides/build-landing-page-with-nextjs
## Getting Started
```sh
npx create-next-app -e https://github.com/reflexjs/nextjs-starter-tutorial
```
## Running your site
```sh
cd site
npm run dev
```
## Docs
Visit [https://reflexjs.org/docs](https://reflexjs.org/docs) to learn more about Nextjs and Reflexjs.
## License
Licensed under the [MIT license](https://github.com/reflexjs/reflexjs/blob/master/LICENSE).