Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 325 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 325 Bytes

React / Redux Frontend for Wordpress

Test frontend using Wordpress REST API.

Development Mode

Development server located on http://localhost:3030

	> npm install
	> npm start

Testing

	> npm test

Build for deployment

Deployment files located in /dist/

	> npm run build