https://github.com/crispengari/nextjs-ts
💎✔ Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.
https://github.com/crispengari/nextjs-ts
css javascript next-js react-js server-side-rendering typecript web-apps web-developments
Last synced: 27 days ago
JSON representation
💎✔ Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.
- Host: GitHub
- URL: https://github.com/crispengari/nextjs-ts
- Owner: CrispenGari
- License: mit
- Created: 2021-03-13T21:00:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T15:45:37.000Z (about 3 years ago)
- Last Synced: 2025-03-27T17:02:42.360Z (about 1 month ago)
- Topics: css, javascript, next-js, react-js, server-side-rendering, typecript, web-apps, web-developments
- Language: TypeScript
- Homepage:
- Size: 4.14 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js/ts
This is a walk through server side rendering using `Next.js`
## Creating a next-app
To create a next app run the following command
```shell
$ npx create-next-app --use-npm // if you don't want to use yarn
# OR
$ yarn create next-app
```