Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremybanka/api-practice-bike-index
https://github.com/jeremybanka/api-practice-bike-index
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremybanka/api-practice-bike-index
- Owner: jeremybanka
- License: gpl-3.0
- Created: 2021-04-21T18:17:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T15:25:16.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:56:35.595Z (about 2 months ago)
- Language: JavaScript
- Size: 958 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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)
- ❓ jest 26.6.3
- 📦 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`
- Get things installed: `$ npm i`
- Get things built: `$ npm run start`
- This should prompt your browser to open the project on 8080. It's actually pointed at the dist folder, and will update live.#### ESLint/Prettier Tooling
- Use VS Code.
- Install VS Code extension "ESLint" by Dirk Baeumer.
- Install VS Code extension "Prettier"
- Ensure that your VS Code settings.json has the following properties set:
```
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
```
- Now, my meticulously selected formatting preferences will be applied to files in this repo any time you hit save!## Known Bugs
- none identified
## License
This software is licensed under GPL 3.0.
## Contact Information
hello at jeremybanka dot com