/full-stack

Primary LanguageTypeScript

full-stack

github/languages/count codeclimate/maintainability circleci/build david/dependencies

Project to play with the code. Spring & React stack. Data from HearthstoneJSON.

.
├── .circleci             # CircleCI config 
├── web                   # Front-end project
├── app                   # Back-end project
└── README.md

Stack

Front-end

Back-end

todo

Infrastructure

Setup

Front-end

In the web directory run yarn to install dependencies. yarn start will start project on http://localhost:3007.

Back-end

todo

Infrastructure

todo