Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 21 hours ago
JSON representation

My personal React template (TypeScript, ChakraUI & NextJS)

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)