Git Product home page Git Product logo

nba-2k-draft's Introduction

nba-2k-draft

This project was bootstrapped by Glamper

Starting the Project

  1. Clone the repo

  2. Install dependencies

yarn install
  1. If you are using Sentry, add a .env in the root of the project, since this is currently the only need for a .env file.
REACT_APP_SENTRY_DSN=...

If you are not planning on using Sentry, uninstall the sentry npm package yarn remove @sentry/browser and remove the logic for initializing the SDK within the index.js file.

  1. Start the server
yarn start

Folder Structure

Folder Purpose
services Any third party or Server related code lives here. The Server folder handles all of the api calls made to the backend while the EpicMyChart folder covers any wrappers or code we use to interact with the MyChart SDK.
constants Any constants that the app winds up needing that aren’t sensitive
global_styles Font imports and css for global resets, code highlighting, and the notebook
modules A high level abstraction representing a series of screens, state, side effects, and components that encapsulate a general theme or purpose. A good example of this is profile, which contains all of the logic for the profile state and whatever screens or components largely lead to changes in said state.
redux_setup Root reducer, store setup, and root epic.
shared Anything that should be accessible by any component or side effect. Examples include error logging actions and colors, which are used across multiple screens.
types The source of truth for all typescript types. This folder will mostly mirror the above folder structure.

Libraries Used

Library
Aphrodite CSS in JS
Jest Efficient testing through snapshots
Immer Reducer Eliminates boilerplate through typesafe actions and immutable helpers from Immer
React Modular and extendable component based architecture
Redux Unidirectional state container
React Router Navigation through components
Redux Thunk Async side effect handling
Redux Logger Action and state logging
Typescript Supercharged js with developer friendly static type checking

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.