https://github.com/briangershon/glitch-minimal
Create a new Glitch project by remixing this on glitch.com/~glitch-minimal
https://github.com/briangershon/glitch-minimal
glitch starter-template
Last synced: about 2 months ago
JSON representation
Create a new Glitch project by remixing this on glitch.com/~glitch-minimal
- Host: GitHub
- URL: https://github.com/briangershon/glitch-minimal
- Owner: briangershon
- License: isc
- Created: 2020-04-19T17:45:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T16:49:21.000Z (about 4 years ago)
- Last Synced: 2025-01-12T09:45:06.648Z (4 months ago)
- Topics: glitch, starter-template
- Language: HTML
- Homepage: https://glitch.com/~glitch-minimal
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# glitch-minimal
A Glitch starter project with just the essentials.
Instantly create your new Glitch project by remixing this one!
Or preview this project before remixing here: [glitch-minimal](https://glitch.com/~glitch-minimal)
Includes:
* A simple app with one view via Express running on Node.js v14
* Styling with default fonts that look nice across operating systems
* Prettier config
* ISC license
* Config for using nvm when running locally## How to run on Glitch
Instantly create your new Glitch project by remixing this one!
## How to run locally
If you're running this outside of Glitch:
npm install
npm start