8000 patternfly-quickstarts/packages/dev at main · patternfly/patternfly-quickstarts · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Quick starts dev server

This is a webpack based dev build to test functionality of the module package.

It is also published as a demo to https://quickstarts.netlify.app/

Development Scripts

# Install development/build dependencies
# Note: You shouldn't have to do this if you run this from the repo root
yarn install

# Start the development server
yarn start

# Run a production build of the dev server (outputs to public/)
yarn build

# Run the production buid output of public/
yarn serve
0