Skip to content

panloaf/11st-starter-kit

Repository files navigation

📦 11st-Starter-Kit

License: MIT Netlify Status

11ty, powered by Snowpack with tailwindcss.

Install Dependencies

First, make sure you have npm (packaged with Node.js) installed, then run npm i to install the dependencies.

Available Scripts

Development

# runs the app in the development mode.
npm start

Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Production

# builds a static copy of your site to the `dist/` folder.
npm run build

Your app is ready to be deployed!

To increase the production performance @snowpack/plugin-parcel is added to the snowpack.config.json config file.

Netlify

To get your own instance of this 11st-Starter-Kit cloned and deploying to Netlify very quickly, just click the button below and follow the instructions.

Add some Netlify helpers

Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions.

# install the Netlify CLI in order to get netlify dev
npm install -g netlify-cli

# run a local server with some added Netlify sugar
netlify dev

License

This project is open source and available under the MIT License.

About

11ty + Snowpack + tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published