/react-template

My personal React template (TypeScript, ChakraUI & NextJS)

Primary LanguageTypeScript

{app name}

Front-end application of {app name} using Next.js, TypeScript and ChakraUI.

How to use

Using NodeJS

Install of the neccesary packages:

$ npm i

Test

$ npm run dev

Production

$ npm run build
$ npm run start

Docker

$ docker build . -t react-template
$ docker run -p 3000:3000 react-template

Deploy your own using Vercel

Deploy the example using Vercel:

Deploy with Vercel