My HTML/CSS/JS based boilerplate.
npm installnpm start- Local server will start on port 3001 -
http://localhost:3001 / http://127.0.0.1:3001
-
All important files are inside
srcdirectory. -
You don't need to add
<html> / <head> / <body>, because all is done withwebpack. -
To change your minigame web title and other metadata: Inside
webpack.config.jsyou will find from line 10 to 19 all important informations. -
Main edit
HTMLfile:/src/index.html -
Main edit
JSfile:/src/app.js -
Main edit
SCSSfile:/src/styles/styles.scss -
Define your own colors here:
/src/styles/colors.scss -
Add responsive rules inside:
/src/styles/responsive.scss
