Skip to content

A website designed to help players choose a DnD 5th Edition class.

Notifications You must be signed in to change notification settings

Ritural/dnd-class-quiz

Repository files navigation

Boilerplate!!!

Last updated: 6 June 2019

Overview

This boilerplate consists of Webpack, TypeScript, React, Redux, and SCSS.

I often find myself creating new projects so I decided to make a boilerplate as a nice starting point.

Application structure

- README.md

Prerequisites

You'll need the following pre-requisites installed to run the project

  • Git
  • Node.js
  • nvm
  • yarn

Getting Started

  1. Clone the repo - git clone [email protected]:Ritural/webpack-typescript-react-boilerplate.git
  2. Make sure you're using the correct node version with nvm use
  3. In the root folder run yarn install.
  4. Then run yarn start.

Checklist for feature parity with other boilerplates

Project level

  • React international (for easy language swapping react-intl)
  • API Layer (an example using native fetch)
  • Service Worker (PWA)
  • manifest.json (PWA)
  • Check PWA Basics
  • Testing
  • InViewport
  • LargieSmalls
  • Analytics (probably project specific)
  • Secure Route wrapper component
  • VSCode recommended extensions
  • VSCode snippets
  • Example asset imports
  • Example asset imports (SCSS)

Reusable components

  • Button
  • Checkbox
  • Radio Buttons
  • Tab component
  • Conditionals
  • Drop down
  • Icon
  • IconWithText
  • Select
  • TextArea
  • Input (maybe)

Server

  • Create a server

Websites

About

A website designed to help players choose a DnD 5th Edition class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published