/school-fighter-rpg

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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💚

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