alirni / code-challenge

This ia a code challenge with Nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend UI Challenge

Installation

Install packages with the following command:

yarn

Rename .env.sample to .env and fill the environments

Build

First, build the project:

yarn build

Then, run the built app

yarn start

Also, you can run the project with the following command without building:

yarn dev

About

This ia a code challenge with Nextjs


Languages

Language:JavaScript 97.2%Language:SCSS 1.9%Language:CSS 0.5%Language:TypeScript 0.4%