A wordpress theme boilerplate to get you up and running quickly.
- copy the theme folder to your wordpress themes folder or upload the zipped version through wordpress theme uploader.
- run
npm install
to install the npm dependencies - run
npm start
to start development - run
npm run build
to build for production