Go to file
2020-06-10 19:20:46 +07:00
game Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
html Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
js Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
scss Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
.gitignore added gitignore 2017-11-18 01:31:40 +07:00
package.json Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
pnpm-lock.yaml Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
postcss.config.js Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
README.md Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
webpack.config.js Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00

inkjs boilerplate

Console commands to start working

  1. git clone
  2. npm install or better pnpm install
  3. Compile your ink files with inklecate to JSON (compiler not included)
  4. webpack prod and you'll have the game in the build folder.