Yeah, I know, it's (probably) unusual stuff, but why not, since we're going to use REST API 😉
- SQlite3 (use whatever database you want, I just like when my repositories contain all building blocks)
- Wordpress 4.4.1
- Angular 2 (beta)
- Bootstrap, with custom color scheme
- SQLite Integration https://wordpress.org/plugins/sqlite-integration/
- REST API https://wordpress.org/plugins/rest-api/
- Download "SQLite Integration" plugin
- Copy the
db.php
file found in the sqlite-integratin plugin folder towordpress/wp-content
folder - By default sqlite-integratin plugin will create folder
wp-content/database
and will put db there You can override it, by I don't see any reason why. It's fine as it is. - No need to change
wp-config-sample.php
just rename it towp-config.php
More examples you can find here
Documentation: http://v2.wp-api.org/
- user: admin
- pass: 123
- Setup the whole thing
$ npm run setup
- Development
$ npm run build && npm run watch
- Minify code
$ npm run compress