31 lines
1.6 KiB
Markdown
31 lines
1.6 KiB
Markdown
# Hello Node
|
||
|
||
[Node.js](https://nodejs.org/en/about/) is a popular runtime that lets you run JavaScript on the server instead of in a browser. This project uses the [Fastify](https://www.fastify.io/) framework to explore basic templating with [Handlebars](https://handlebarsjs.com/) and submitting data using forms and querystrings.
|
||
|
||
## What's in this project?
|
||
|
||
← `README.md`: That’s this file, where you can tell people what your cool website does and how you built it.
|
||
|
||
← `public/style.css`: The styling rules for your pages and posts.
|
||
|
||
← `server.js`: The main server script for your new site.
|
||
|
||
← `src/`: This folder holds the main template for your site along with some basic data files.
|
||
|
||
### Working in the `src/` folder 📁
|
||
|
||
← `src/pages/index.hbs`: This is the main page template for your site.
|
||
|
||
← `src/colors.json`: A collection of CSS color names. We use this to pick a random color, and to match searches against color names.
|
||
|
||
← `src/seo.json`: When you're ready to share your new site or add a custom domain, change SEO/meta settings in here.
|
||
|
||

|
||
|
||
## You built this with Glitch!
|
||
|
||
[Glitch](https://glitch.com) is a friendly community where millions of people come together to build web apps and websites.
|
||
|
||
- Need more help? [Check out our Help Center](https://help.glitch.com/) for answers to any common questions.
|
||
- Ready to make it official? [Become a paid Glitch member](https://glitch.com/pricing) to boost your app with private sharing, more storage and memory, domains and more.
|