FEND Capstone Travel App

Table of Contents

Purpose

Gain hands on experience of working with and setting up Wepack configurations and associated tasks.

Goals

  • Setting up Webpack
  • Sass styles
  • Webpack Loaders and Plugins
  • Creating layouts and page design
  • Service workers
  • Using APIs and creating requests to external URLs

Running the Project

Install the required dependencies.

$ npm install

For development, build the project with Webpack and start the backend server.

$ npm start
$ npm run build-dev-serve

For production, build the app and deploy contents from the dist/ directory.

$ npm run build-production