component-playground
A component for rendering React components with editable source and live preview
File Explorer
Download Latest Version (.zip)- button.jsx
- debug-info.jsx
- component.example
- context.example
- es6.example
- codemirror.css
- demo.css
- syntax.css
- app.jsx
- index.html
- webpack.config.dev.js
- webpack.config.hot.js
- api.md
- getting-started.md
- doc.jsx
- editor.jsx
- es6-preview.jsx
- playground.jsx
- preview.jsx
- index.js
- playground.spec.js
- main.js
- test.html
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc-base
- .eslintrc-node
- .eslintrc-react
- .eslintrc-react-test
- .gitignore
- .npmignore.publishr
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- DEVELOPMENT.md
- karma.conf.coverage.js
- karma.conf.dev.js
- karma.conf.js
- LICENSE
- package.json
- README.md
- webpack.config.coverage.js
- webpack.config.dev.js
- webpack.config.js
- webpack.config.test.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/FormidableLabs/component-playground
Downloads the entire project code from GitHub to your computer.
cd component-playground
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install component-playground
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
