Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 586 Bytes

Romeo

Build

Development

Project setup

Before starting, make sure node and npm are installed.

npm install

This will install the necessary dependencies.

Interactive development

npm run serve

After this, there will be a development sever running at localhost:8080.

Production build

npm run build

The dist/-folder contains the static HTML pages, ready to be placed on a web host.