Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 411 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 411 Bytes

GovData Template-Engine

A NextJS/React based frontend for GovData

Getting Started

go to webapp folder

cd webapp

installing all dependencies

npm install

running development server on http://localhost:3000

npm run dev

see package.json for more scripts

Helpful Links