Skip to content

allansp9/gove-challenge

Repository files navigation

Este é um Challenge by Coodesh

Referencia: https://lab.coodesh.com/allansp9/front-end-challenge-2021?utm_source=mail&utm_medium=sendgrid&utm_campaign=website

Live Demo: https://gove-challenge.vercel.app/

Main Technologies

  • React with NextJS
  • TailwindCSS
  • SWR
  • React-Table

Getting Started

Install dependencies:

npm install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

To create a optimized production Build run:

npm run build
npm run start

Running with Docker


Build the image:
docker build . -t gove-challenge

Run:

docker run -e PORT=3000 gove-challenge