Skip to content
/ steiner Public

Helpers and React Components to build dashboards for CRUD apps

Notifications You must be signed in to change notification settings

ingro/steiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steiner

Development

This project uses lerna to manage multiple packages within a single repository.

  • Install lerna globally: npm install --global lerna@prerelease
  • Install global project dependencies: npm install
  • Bootstrap project dependencies with npm run bootstrap

Scripts

Various scripts have ben configured in the main package.json:

  • build: builds the main steiner package
  • seed:demo: create a fresh module for steiner-demo from steiner-cli
  • start:demo: starts the demo
  • bootstrap: run lerna bootstrap and create symlinks for common packages to avoid instance problem (see this issue)
  • publish: run lerna publish and lerna-npm-readme-hack to also publish readme on npm (see this issue)

About

Helpers and React Components to build dashboards for CRUD apps

Resources

Stars

Watchers

Forks

Packages

No packages published