A project list Wordpress theme built with React & Bootstrap
- Download the ZIP file
- Extract it to
/wp-content/themes/
folder (you can rename it if you want) - Go to Wordpress Admin Dashboard then go to
Appearance->Themes
- Select and activate React Project Cards
- Done! You can visit the homepage to view it
- Clone the repository to
/wp-content/themes/theme-name/
, you can renametheme-name
as you want - Activate the theme (React Project Cards)
- Open terminal in the theme folder
- Run
npm install
- You're good to go, run
npm start
orgulp
to start developing and runnpm run build
to build for production
- React
- Bootstrap
- WordPress
- NPM
- Gulp
- SCSS
- Webpack
- Git (duh!)
- etc.