11ty, powered by Snowpack with tailwindcss.
First, make sure you have npm
(packaged with
Node.js) installed, then run npm i
to install the
dependencies.
# 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.
# 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.
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.
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
This project is open source and available under the MIT License.