Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 383 Bytes

ReadMe.md

File metadata and controls

27 lines (13 loc) · 383 Bytes

Avian Flu App

Installing Node.js

In order to run this application, you need to have to install Node.js. Follow the instructions to install it: https://nodejs.org/en/download/package-manager

To run in dev:

npm install

npm run dev

To create a build locally:

npm run build

To view the build:

serve -s

To install new packages:

npm install --save