You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

576 B

Sakura v2

Build Status

I'll build the basical templates here, the stylesheets and scripts in dist folder should work on WordPress front end as well.

npm i -g webpack-cli
npm install clean-css-cli -g
npm install
# Run dev server
npm start
# Build
npm run build
# If need a release
npm install clean-css-cli -g

Test server on http://localhost:8080/

Notes