Skip to content

nhsbsa/pprs-prototype

Repository files navigation

pprs-prototype

Project Setup

Cloning the project

Clone the project using git:

git clone https://github.com/nhsbsa/pprs-prototype.git

or

git clone git@github.com:nhsbsa/pprs-prototype.git

NPM Setup

Once the project is cloned, run the following command to download and install node dependencies:

npm install
npm install gulp

If there are issues downloading dependencies, you may need to add the nhsbsa npm repository. To do this:

  • Create the file ~/.npmrc
  • Add the following configuration:
registry=https://dps-nexus.service.nhsbsa:8443/repository/npm
strict-ssl=false

Install the live reload plugin

Install the live reload plugin for your browser


Running the Prototype locally

To run the prototype locally, use gulp:

gulp

The prototype will then open a window in your browser on http://localhost:5000.

Browser sync settings can be accessed on http://localhost:5001.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages