ferryal / login-rowl-fe

Home Page:https://login-rowl-fe.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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**

About

https://login-rowl-fe.vercel.app


Languages

Language:TypeScript 94.5%Language:CSS 4.3%Language:JavaScript 1.2%