Skip to content

vonkanehoffen/kanec-react-wordpress-theme

Repository files navigation

Kanec.uk React Wordpress Theme

React + Redux UI for my blog.

Thanks to react-webpack-boilerplate for the Webpack boilerplate.

Install

Clone repository and run:

$ npm install

Requirements

node 5+

Development

$ npm start

Go to http://localhost:3001 and see the magic happen.

Production

If you want to run the project in production, set the NODE_ENV environment variable to production.

$ NODE_ENV=production npm start

Also build the production bundle:

$ npm run dist

Tests

$ npm test

Only run specific tests

$ npm test -- NotFoundComponent

Coverage

$ npm test -- --coverage

License

MIT © Kane Clover

About

React + Redux UI for my Wordpress blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published