An open API service indexing awesome lists of open source software.

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

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-kit

or

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}!`);
};
```