Este é um Challenge by Coodesh
Live Demo: https://gove-challenge.vercel.app/
- React with NextJS
- TailwindCSS
- SWR
- React-Table
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
Build the image:
docker build . -t gove-challenge
Run:
docker run -e PORT=3000 gove-challenge