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 9bc73d75bd commit 5 years ago
src commit 5 years ago
.gitignore commit 5 years ago
LICENSE Initial commit 5 years ago
NOTES.md commit 5 years ago
README.md 191101 5 years ago
index.html commit 5 years ago
package-lock.json commit 5 years ago
package.json commit 5 years ago
tsconfig.json commit 5 years ago
webpack.config.js update babel-preset to typescript version 5 years ago

README.md

Sakura v2

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
# Run dev server
npm start
# Build
npm run build

Test server on http://localhost:8080/

Notes