Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremybanka/school-fighter-rpg
https://github.com/jeremybanka/school-fighter-rpg
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremybanka/school-fighter-rpg
- Owner: jeremybanka
- License: gpl-3.0
- Created: 2021-04-14T17:58:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T23:06:53.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:56:10.995Z (about 2 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### SSAA: Static Shock and Awe
_by Jeremy Banka_
## Technologies Used
* 📄 HTML5
* 💅 SASS ➡️ CSS3
* ▶️ ES6 🛠 Airbnb ESLint (thanks to VS Code ext. ESLint by Dirk Baeumer)
* 📦 Webpack 5 for bundling my js modules.
* 👨🏻🎨 Adobe Illustrator (comps/planning)
* 🅰️ Fonts and Icons by me using Georg Seifert's _superb_ 💚[Glyphs.app](https://glyphsapp.com)💚## Description
This is a template repo for SHOCKING and AWESOME static web development.
Includes webpack, jest, and eslint preconfigured. Just get to work!
## Setup/Installation Requirements
#### First Things First
* Clone this repo: `git clone https://github.com/jeremybanka/ssaa`
* Open `index.html` in your favorite web browser#### ESLint Tooling
* Use VS Code.
* Install VS Code extension "ESLint" by Dirk Baeumer.
* In the project's root folder, run `npm i` to install required dev dependencies.
* Ensure that your VS Code settings.json has the following properties set:
+ `"editor.codeActionsOnSave": { "source.fixAll.eslint": true }
+ ` "\[javascript]": { "editor.formatOnSave": false },
* Now, my meticulously selected formatting preferences will be applied to files in this repo any time you hit save!#### Webpack Tooling
* In the project's root folder, run `npm i` to install required dev dependencies.
* Then run `npm start` to apply your changes live as you edit.## Known Bugs
* none identified
## License
This software is licensed under GPL 3.0.
## Contact Information
hello at jeremybanka dot com