Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 369 Bytes

wp-react-boilerplate

Boilerplate for React application in WordPress

Installation

Clone the repo: git clone https://github.com/ymese/wp-react-boilerplate my-app

To get started with fresh history, do this:

  1. cd my-app
  2. rm -rf .git (or in Windows rmdir .git /S /Q) - Remove Git database

Run npm install & npm start and rock with React in WordPress.