https://github.com/d-exclaimation/next-app-kit
Next React App Kit with Typescript and Chakra-UI
https://github.com/d-exclaimation/next-app-kit
chakra-ui next nextjs react reactjs server-side-rendering ssr typescript
Last synced: 3 months ago
JSON representation
Next React App Kit with Typescript and Chakra-UI
- Host: GitHub
- URL: https://github.com/d-exclaimation/next-app-kit
- Owner: d-exclaimation
- License: apache-2.0
- Created: 2021-02-18T13:28:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T15:47:14.000Z (over 4 years ago)
- Last Synced: 2024-12-29T12:39:07.950Z (5 months ago)
- Topics: chakra-ui, next, nextjs, react, reactjs, server-side-rendering, ssr, typescript
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-app-kit
React App using SSR with [`nextjs`](https://github.com/vercel/next.js/)### Pages
> 1. Home page```bash
yarn create next-app [project-name] -e https://github.com/d-exclaimation/next-app-kitor
npx create-next-app [project-name] -e https://github.com/d-exclaimation/next-app-kit/tree/npm --use-npm
``````ts
const app = (): void => {
console.log(`Thanks for checking this out, ${you}!`);
};
```