Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 423 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 423 Bytes

Next.js full-stack application example

A full-stack web application made with Next.js and lowdb.

Requirements

Node ^16.19.1
yarn

Installation

1. Clone project

On your console :

git clone [email protected]:eliseekn/nextjs-fullstack-app.git project-name

2. Install packages dependencies

On your console :

cd ./project-name
yarn && yarn dev

Tests

On your console :

yarn test