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.
- Host: GitHub
- URL: https://github.com/superical/course-capstone-starter-kit
- Owner: superical
- Created: 2020-07-10T10:50:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:34:49.000Z (over 3 years ago)
- Last Synced: 2025-07-05T22:43:51.896Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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