Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.48 KB

DEVELOPING.md

File metadata and controls

44 lines (35 loc) · 1.48 KB

Development on react-slot-fill

Installation

  1. Install NodeJS.
  2. In the repo directory, run npm i command to install the required npm packages.
  3. Run npm start - to start development server

Build & Test

Command Description
npm start runs dev server
npm run build runs production build of demos
npm test runs tests suite

Repository Layout

  src/             - Top level packages which publish to npm go here
      demo/        - todo
        advanced/  - advanced example
        simple/    - simple example
      lib/         - main library directory
        index.js   - primary library entry point
      index.js     - demo entry point
  docs/            - documentation
  examples/        - example Orion projects