- Install Node.js latest version
- 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
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] |