Front-end application of {app name} using Next.js, TypeScript and ChakraUI.
Install of the neccesary packages:
$ npm i
$ npm run dev
$ npm run build
$ npm run start
$ docker build . -t react-template
$ docker run -p 3000:3000 react-template
Deploy the example using Vercel: