https://github.com/nksaraf/ralson-admin
Created with CodeSandbox
https://github.com/nksaraf/ralson-admin
Last synced: 6 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/nksaraf/ralson-admin
- Owner: nksaraf
- Created: 2021-06-09T11:04:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T11:04:14.000Z (over 4 years ago)
- Last Synced: 2025-02-10T23:35:07.145Z (8 months ago)
- Homepage: https://codesandbox.io/s/github/nksaraf/ralson-admin
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World example
This example shows the most basic idea behind Next. We have 2 pages: `pages/index.js` and `pages/about.js`. The former responds to `/` requests and the latter to `/about`. Using `next/link` you can add hyperlinks between them with universal routing capabilities. The `day` directory shows that you can have subdirectories.
## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/hello-world)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example hello-world hello-world-app
# or
yarn create next-app --example hello-world hello-world-app
```Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).