Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 573 Bytes

File metadata and controls

26 lines (21 loc) · 573 Bytes

React client for WordPress

Project is for WP API based website. Plugin, usedfor WP API is "JSON API": https://wordpress.org/plugins/json-api/ Preview of this app: http://g86-reactwp.include.lt/

How to run

Once project is checked out, run the following commands:

  • npm install

  • npm start

  • npm run app

  • npm run build

Unfortunately API upload handling does not work on windows environment yet.

Languages Used

  • ES6 (ECMA2015)
  • NodeJS (JS or ES5)
  • SCSS

Highlights of Frameworks, Libraries and Tools

  • React
  • Flux
  • Axios
  • Bluebird (Promises)
  • Webpack