https://github.com/amorriscode/bag-of-holding
🧳 A modern approach to D&D 5e character management
https://github.com/amorriscode/bag-of-holding
5e character-sheet dungeons-and-dragons hacktoberfest
Last synced: 2 months ago
JSON representation
🧳 A modern approach to D&D 5e character management
- Host: GitHub
- URL: https://github.com/amorriscode/bag-of-holding
- Owner: amorriscode
- Created: 2020-09-30T05:13:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T19:04:18.000Z (over 4 years ago)
- Last Synced: 2025-01-26T21:27:55.571Z (4 months ago)
- Topics: 5e, character-sheet, dungeons-and-dragons, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-forge-typescript-webpack-react-starter
It's as simple as it sounds! This is a template repository as a quick start to rolling your own electron powered react application. Includes HMR capabilities
for your development environment.This template includes `styled-components` by default, but feel free to replace it with your preferred JS-in-CSS solution or remove it all-together. The default
webpack configuration handles CSS bundling and can be extended to compile SASS or LESS as desired.All you need to do to start building is run;
`yarn`
to install required dependancies and;
`yarn start`
to start the electron development server.