Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Wellers0n/yin-yang-playground

Fullstack application
https://github.com/Wellers0n/yin-yang-playground

backend frontend fullstack graphql javascript relay styled-components typescript

Last synced: 15 days ago
JSON representation

Fullstack application

Lists

README

        












yin-yang-playground





## Fullstack typescript/javascript

yin-yang-playground uses a stack full `JS/TS` on the frontend and backend, I'm making this project to improve
my skills with graphql and relay.

##### [Frontend](https://github.com/Wellers0n/yin-yang-playground/tree/master/packages/client)
##### [Backend](https://github.com/Wellers0n/yin-yang-playground/tree/master/packages/server)

## Initing in the your PC

- For clone the project `git clone https://github.com/Wellers0n/yin-yang-playground.git`
- Enter in the folder `cd yin-yang-playground/`
- To install project dependency: `yarn install`
- After the installation of the dependencies `yarn start` in the default directory

## Stack used

[ReactJS](https://reactjs.org/)

[KoaJS](https://koajs.com/)

[MongoDB](https://www.mongodb.com/)

[GraphQL](https://graphql.org/)

[Relay](https://relay.dev/)

[Yarn](https://yarnpkg.com/en/)

[WorkSpaces](https://yarnpkg.com/lang/en/docs/workspaces/)

[Styled-Components](https://www.styled-components.com/)