.js
files using Babel 7 (settings in .babelrc
).scss
files using node-sassjs
files on changes (rules in .eslintrc
)scss
files on changes (rules in .stylelintrc
)postcss.config.js
)browserslist
file)index.html
generationvendor
bundle with all packages imported from node_modules
git clone
or Download this repo
.git
folder and init a new Git repo (name it something else)Install dependencies (at the root of the repo):
npm install
npm start
http://localhost:8080
npm run build
index.html
npm i -g serve
serve -s dist