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.
 
 
 
 
 
Mashiro 893cd61989 bash: Tue Nov 5 20:16:16 CST 2019 5 years ago
.github/workflows Update nodejs.yml 5 years ago
dist bash: Tue Nov 5 20:16:16 CST 2019 5 years ago
images auto commit 11/05/2019 Tue 5 years ago
src bash: Tue Nov 5 20:16:16 CST 2019 5 years ago
.gitignore bash: Tue Nov 5 18:30:13 CST 2019 5 years ago
LICENSE Initial commit 5 years ago
NOTES.md auto commit 11/05/2019 Tue 5 years ago
README.md bash: Tue Nov 5 18:38:06 CST 2019 5 years ago
azure-pipelines.yml Set up CI with Azure Pipelines 5 years ago
do.sh bash: Tue Nov 5 18:38:06 CST 2019 5 years ago
package-lock.json auto commit 11/05/2019 Tue 5 years ago
package.json auto commit 11/05/2019 Tue 5 years ago
tsconfig.json commit 5 years ago
webpack.config.js bash: Tue Nov 5 20:16:16 CST 2019 5 years ago

README.md

Sakura v2

Build Status

Demo

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
# copy image
cp -r ./src/images ./dist
# or
./do.sh
# Run dev server
npm start
# Build
npm run build

Dev server on http://localhost:8080/, also host on your public IP, check firewall!

Notes