An open API service indexing awesome lists of open source software.

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

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!


remix this

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!


remix this

## How to run locally

If you're running this outside of Glitch:

npm install
npm start