Skip to content

Commit

Permalink
Rafiki React Administration Framework
Browse files Browse the repository at this point in the history
Boostrapped with create-react-app, then refactored to split into
a library (which is published to npm) and a test app which uses it
  • Loading branch information
sandtreader committed Nov 23, 2022
0 parents commit b84e2e0
Show file tree
Hide file tree
Showing 16 changed files with 19,316 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Rafiki React Administration Framework

A lightweight framework for reacting administration / management portals in React.

Including

* Pluggable authentication
* Pluggable menu generation

Just started laying the foundations...
Loading

0 comments on commit b84e2e0

Please sign in to comment.