Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 654 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 654 Bytes

ARA - Energiatodistusrekisteri

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

Get started

Install the dependencies...

npm install

You also need to start backend services found in different repository.

...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