Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 319 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 319 Bytes

D&B - Backend

Requirements

  • Node v12 LTS

Installation

git clone https://github.com/Lemii/dungeons-and-beddows
cd ./dungeons-and-beddows/frontend
npm i

Usage

Run in development mode

npm start

Run in production mode

npm i -g serve
npm run build
cd build
serve -s