My HTML/CSS/JS based boilerplate.
npm install
npm start
- Local server will start on port 3001 -
http://localhost:3001 / http://127.0.0.1:3001
-
All important files are inside
src
directory. -
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.js
you will find from line 10 to 19 all important informations. -
Main edit
HTML
file:/src/index.html
-
Main edit
JS
file:/src/app.js
-
Main edit
SCSS
file:/src/styles/styles.scss
-
Define your own colors here:
/src/styles/colors.scss
-
Add responsive rules inside:
/src/styles/responsive.scss