LOGIN-ROWL-FE

DEMO-LINK: DEMO

This is a Next.js project bootstrapped with create-next-app.

Requirement

Before you proceed, please make sure your machine has met the following requirements:

Dependency Version
Node >= v18
NPM >= 8.11.0

Quick Start

i) Installation

# clone git repo into `login-rowl-fe` folder
git clone https://github.com/ferryal/login-rowl-fe.git

# install project dependencies
cd login-rowl-fe && npm install

ii) Running app

Copy .env.example to .env.local and change value based on your settings.

For development:

npm run dev

For production:

# build and serve our server
npm run build && npm start
DONT REPEAT YOURSELF - **HAPPY CODING**