Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 409 Bytes

Weather-Journal App

Overview

The jounal app help to keep a log of your future travels, it will let you add, delete and view info about your travels.

Run project in devlopment mode

To start the webpack dev server at port 9000

$ npm run build-dev

Run project in production mode

Bundle all the files and locate them in dist folder. $ npm run build-prod To start the server $ npm run start