hugolgst / react-template

My personal React template (TypeScript, ChakraUI & NextJS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{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

About

My personal React template (TypeScript, ChakraUI & NextJS)


Languages

Language:TypeScript 97.2%Language:Dockerfile 2.8%