Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 620 Bytes

DBAdventure Build Status

DBAdventure, the fronted for web app build with Nuxt

Procedures

Installation

You can install all dependencies:

npm install

Development

The development server will automatically build everything and reload it as you go.

npm run dev

You can check http://localhost:3000.

Production

The development server will automatically build everything and reload it as you go.

npm run build
npm run start