Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugolgst/react-template
My personal React template (TypeScript, ChakraUI & NextJS)
https://github.com/hugolgst/react-template
chakraui react-template typescript vercel
Last synced: 3 months ago
JSON representation
My personal React template (TypeScript, ChakraUI & NextJS)
- Host: GitHub
- URL: https://github.com/hugolgst/react-template
- Owner: hugolgst
- Created: 2021-04-27T13:56:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T09:48:03.000Z (over 3 years ago)
- Last Synced: 2024-10-03T15:11:24.007Z (3 months ago)
- Topics: chakraui, react-template, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {app name}
Front-end application of {app name} using Next.js, TypeScript and ChakraUI.## How to use
### Using NodeJS
Install of the neccesary packages:
```bash
$ npm i
```#### Test
```bash
$ npm run dev
```#### Production
```bash
$ npm run build
$ npm run start
```### Docker
```bash
$ docker build . -t react-template
$ docker run -p 3000:3000 react-template
```## Deploy your own using Vercel
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-chakra-ui-typescript&project-name=with-chakra-ui-typescript&repository-name=with-chakra-ui-typescript)