Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 537 Bytes

File metadata and controls

26 lines (18 loc) · 537 Bytes

GoForm (Frontend)

Youtube Demo of the Application

Backend Setup

Frontend Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build