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

https://github.com/superical/course-capstone-starter-kit

Starter kit for the Capstone Project in superical’s class.
https://github.com/superical/course-capstone-starter-kit

Last synced: 10 months ago
JSON representation

Starter kit for the Capstone Project in superical’s class.

Awesome Lists containing this project

README

          

# Course Capstone Project Starter Kit

This Glitch PWA starter kit is based on the `hello-express` project in Glitch and files from [Google PWA CodeLabs][1].

Consists of a server that serves a webpage, its resources, and some data.

To create a new Glitch project from this starter kit, go to `Glitch.com > New Project > Import from Github`, and then
enter the URL of this repository.

## Your Project

On the front-end,

- Add new html files in the `public/` folder
- `public/scripts/client.js` is the javacript that runs when you load the webpage
- `public/style.css` is the styles for the html pages
- Drag in `assets`, like images or music, to add them to your project

On the back-end,

- your app starts at `server.js`
- add frameworks and packages in `package.json`
- safely store app secrets in `.env` (nobody can see this but you and people you invite)

Click `Show` in the header to see your app live. Updates to your code will instantly deploy.

[1]: https://codelabs.developers.google.com/codelabs/your-first-pwapp/#6