Skip to content

gitminisis/FORD_OPAC

Repository files navigation

FORD OPAC Template

Pre-requisites

Getting started

  • Clone the repository
git clone https://github.com/gitminisis/FORD_OPAC
  • Install dependencies
cd FORD_OPAC
npm install
  • Build and run the project
npm start
npm run webpack

Project Structure

The folder structure of this app is explained below:

Name Description
dist Contains the distributable (or output) from your JavaScript build.
node_modules Contains all npm dependencies
assets Contains source code that will be compiled to the dist dir
package.json Contains npm dependencies as well as [build scripts]