An open API service indexing awesome lists of open source software.

https://github.com/cnasikas/wp-starter-theme

A wordpress starter theme
https://github.com/cnasikas/wp-starter-theme

babel es6 webpack wordpress wordpress-boilerplate wordpress-starter-theme wordpress-theme

Last synced: 24 days ago
JSON representation

A wordpress starter theme

Awesome Lists containing this project

README

        

# README #

A very basic WordPress starter theme.

### Requirements

- [Node.js](http://nodejs.org/download/)
- [Yarn](https://yarnpkg.com/en/) or [npm](https://www.npmjs.com/)

### Uses

- [Webpack](https://webpack.js.org/)
- [Babel](https://babeljs.io/)
- [StandardJS](https://standardjs.com)
- [Stylelint](https://github.com/stylelint/stylelint)

Installation
------------

```bash
$ git clone https://github.com/cnasikas/wp-starter-theme
$ cd ./wp-starter-theme
$ yarn install
```

Development
------------

```bash
$ yarn watch
```

Build
------------

```bash
$ yarn build
```