Home

Awesome

netlify

A preactjs and netlify CMS template.

Lighthouse-Badge

Documentation

Usage

$ npm install -g preact-cli
$ preact create netlify my-project
$ cd my-project
$ npm install
$ npm run dev

Development server runs on port 8080. If the default port is already in use on your machine it will start the development server on a random port.

Commands

How to setup Netlify CMS

Note: Go to https://<your-domain>/admin in order to access Netlify CMS.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with preact-cli:

preact create username/repo my-project