By Rahul Kumar
Travel API takes Departure city, Arrival city and Date of Travel as input. And returns the details about the trip like Destination, No of days left in left, Weather of the destination city.
# Project Instructions
The goal of this project are:
- Setting up Webpack
- Sass styles
- Webpack Loaders and Plugins
- Creating layouts and page design
- Service workers
- Using APIs and creating requests to external urls
## Getting started
`cd` into the project folder and run:
- `npm install`
## Starting the API Server
Run `npm run start` to run the API server
## Starting the Client - Development
Run `npm run build-dev` to run the client
## Starting the Client - Production
Run `npm run build-prod` to run the client
## Run Jest Test
Run `npm run test` to run the tests
Submitted by Rahul Kumar (rahulkr1815)
Download packets of source code on Coders Packet
Comments