loona
π Application State Management done with GraphQL
File Explorer
Download Latest Version (.zip)- config.yml
- settings.json
- di.md
- error-handling.md
- how-store-works.md
- lazy-loading.md
- mutation-as-action.md
- ssr.md
- context.md
- decorators.md
- effect-context.md
- loona.md
- types.md
- actions.md
- effects.md
- mutations.md
- queries.md
- state.md
- updates.md
- ngrx.md
- plugins.md
- testing.md
- index.md
- installation.md
- how-store-works.md
- mutation-as-action.md
- ssr.md
- components.md
- context.md
- decorators.md
- effect-context.md
- types.md
- actions.md
- effects.md
- mutations.md
- queries.md
- state.md
- updates.md
- plugins.md
- redux.md
- testing.md
- without-decorators.md
- index.md
- installation.md
- all-games.query.ts
- count.query.ts
- create-game.mutation.ts
- current-game-status.query.ts
- current-game.fragment.ts
- current-game.query.ts
- game.fragment.ts
- goal.mutation.ts
- reset-current-game.mutation.ts
- update-game-status.mutation.ts
- update-name.mutation.ts
- games.actions.ts
- games.component.ts
- games.state.ts
- interfaces.ts
- new-game.component.ts
- team-card.component.ts
- error.component.ts
- success.component.ts
- app-routing.module.ts
- app.component.ts
- app.module.ts
- graphql.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- browserslist
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- tsconfig.app.json
- browserslist
- tsconfig.app.json
- books-routing.module.ts
- books.actions.ts
- books.component.ts
- books.graphql
- books.module.ts
- books.state.ts
- notes-routing.module.ts
- notes.actions.ts
- notes.component.ts
- notes.graphql
- notes.module.ts
- notes.state.ts
- list.component.ts
- shared.module.ts
- submit-form.component.ts
- utils.ts
- app-routing.module.ts
- app.component.ts
- app.module.ts
- graphql.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- browserslist
- tsconfig.app.json
- add-todo.component.ts
- todos-list.component.ts
- todos.actions.ts
- todos.graphql.ts
- todos.state.ts
- app.component.ts
- app.module.ts
- graphql.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- browserslist
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- browserslist
- tsconfig.app.json
- favicon.ico
- index.html
- BookForm.js
- Books.js
- books.state.js
- BooksList.js
- RecentBook.js
- List.js
- SubmitForm.js
- App.js
- index.js
- Root.js
- states.js
- styles.css
- .gitignore
- package.json
- README.md
- actions.ts
- client.ts
- effects.ts
- index.ts
- module.ts
- tokens.ts
- utils.ts
- module.spec.ts
- _setup.ts
- actionts.spec.ts
- client.spec.ts
- effects.spec.ts
- module.spec.ts
- utils.spec.ts
- .gitignore
- ng-package.json
- package.json
- README.md
- tsconfig.json
- tsconfig.test.json
- effect.ts
- mutation.ts
- resolve.ts
- state.ts
- update.ts
- mutation.ts
- resolvers.ts
- store.ts
- utils.ts
- effect.ts
- metadata.ts
- mutation.ts
- resolve.ts
- state.ts
- update.ts
- common.ts
- effect.ts
- metadata.ts
- mutation.ts
- options.ts
- resolver.ts
- state.ts
- update.ts
- helpers.ts
- index.ts
- link.ts
- manager.ts
- mutation.ts
- resolvers.ts
- update.ts
- helpers.spec.ts
- link.spec.ts
- mutation.spec.ts
- .gitignore
- ng-package.json
- package.json
- README.md
- tsconfig.json
- tsconfig.test.json
- action.tsx
- mutation.tsx
- connect.tsx
- graphql.tsx
- with-mutation.tsx
- client.ts
- context.ts
- link.ts
- provider.tsx
- types.ts
- utils.ts
- components.ts
- decorators.ts
- index.ts
- .gitignore
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- __name@dasherize__.state.ts
- index.ts
- schema.json
- schema.ts
- ast-utils.ts
- change.ts
- config.ts
- find-module.ts
- parse-name.ts
- project.ts
- route-utils.ts
- strings.ts
- create-app-module.ts
- create-workspace.ts
- index.ts
- state.spec.ts
- .gitignore
- collection.json
- package.json
- tsconfig.json
- tsconfig.test.json
- example.js
- release.sh
- version.js
- Footer.js
- help.js
- index.js
- users.js
- custom.css
- favicon.ico
- flag.svg
- rocket.svg
- solar-system.svg
- sputnik.svg
- angular.png
- angular.svg
- react.png
- react.svg
- background_middle_left.png
- background_middle_right.png
- background_top_right.png
- favicon.png
- image_bottom_center.png
- image_bottom_left.png
- image_bottom_right.png
- logo-big.png
- logo.svg
- logo.white.svg
- logo_header.png
- .gitignore
- package.json
- sidebars.json
- siteConfig.js
- .editorconfig
- .gitignore
- .npmrc
- .prettierignore
- angular.json
- codecov.yml
- lerna.json
- LICENSE
- package.json
- README.md
- renovate.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/kamilkisiela/loona
Downloads the entire project code from GitHub to your computer.
cd loona
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn test
Type this command into your terminal and run it.
yarn format
Type this command into your terminal and run it.
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)
