Boilerplate for React application in WordPress
Clone the repo: git clone https://github.com/ymese/wp-react-boilerplate my-app
To get started with fresh history, do this:
cd my-app
- rm -rf .git (or in Windows rmdir .git /S /Q) - Remove Git database
Run npm install & npm start
and rock with React in WordPress.