Memo is a WordPress & React assessment task. To access the WordPress, use the following login:
WordPress Admin
Username: memo
Password: memo
- Install Docker.
- Run
yarn start
to set up WordPress locally. - Run
yarn stop
to stop the WordPress containers. - Access your WordPress at localhost:8000.
- Activate the theme from the Themes section in the Admin Panel.
- Run
yarn install
to install dependancies - Run
yarn dev
to start the development server & watcher - Access your dev proxy server at localhost:3000.
- Run
yarn build
to build a production theme distribution
- Dockerized. No LAMP stack required on your development computer.
- Normalize.css
- PostCSS with the following plugins:
- Autoprefixer
- CSS partial import
- SCSS-like nesting
- Automatic icon fonts
- BrowserSync
The code is available under the MIT license.