Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 249 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 249 Bytes

Run the Application

Install all dependencies

npm install

Run the application

npm run start

If you want to serve from build (E.g Production)

npm run build
npm run serve

Cheers !!!