Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 616 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 616 Bytes

ARA - Energiatodistusrekisteri public frontend

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

npm install

You also need to start backend services

...then start webpack

npm run dev

Navigate to localhost:5050. You should see your app running. Edit a component file in src, save it, the page should reload automatically.

Building and running in production mode

To create a production optimised version of the app:

npm run build