Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/pui-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivotal UI Starter Project

A blank slate for playing with or prototyping PUI components.

What does this do for me? It's a self-contained project that has the React and Pivotal UI CSS pipeline already setup. Drop in various Pivotal UI React components and easily see how they look.

If you want to start a fully operational React application (but can live without automatic building of Pivotal UI CSS) check out our React Starter

How to use:

Quick Overview

  1. Download project
  2. Run npm install
  3. Paste styleguide elements into myComponents.js
  4. Run gulp to start the server
  5. See your changes at http://localhost:8080

Detailed Overview

  • Download project (see .ZIP file on the right hand side)

  • Unzip, switch to that directory and get the latest npm packages npm install

  • Grab a styleguide element that you want to play with npm install pui-react-dropdowns --save-dev

  • Paste the styleguide code example into myComponents.js . That file is where all your React code resides.

  • Run gulp to start the server on http://localhost:8080. This compiles the Pivotal UI css for you.

  • To clean up your project: npm run clean.

Internal Team Only:

To install edge PUI packages running on a Sinopia server per the acceptance docs, npm run si [package name] will install the package. (This actually runs npm install --save --registry http://localhost:4873 but is faster and easier to remember).

About

A blank slate for playing with or accepting pui components

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published