Skip to content

An Eleventy starter project using Tailwind CSS and Alpine.js that deploys to Netlify

License

Notifications You must be signed in to change notification settings

thecodersguilduk/bootcamp-microsite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍵 The TEAtime Starter Project

This Medium story is a complete guide on how to build and host the low-code website you’ve always wanted, for free, in a day

Demo

https://teatime-starter.netlify.app

Netlify Status

Deploy your own

If you have a Netlify account and are logged in, you can deploy this site in under a minute:

Deploy to Netlify

Ingredients

Getting started

Install Node.js

Use nvm or nvm-windows to install the latest version of Node.js, npm and npx: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

Clone the repository

git clone https://github.com/alanmosely/teatime-starter.git

Install the dependencies

npm i

Optionally customise the site

Configure your domain name, website name, social media links, facebook pixel and more in the env.js and site.json files in the src/_data directory

Run the website locally

npm run start

Browse the local website

Open http://localhost:8080 in a browser of your choice

About

An Eleventy starter project using Tailwind CSS and Alpine.js that deploys to Netlify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nunjucks 78.0%
  • JavaScript 17.9%
  • CSS 4.1%