Write ES6+ or React Javascript and get it linted with the AirBnb eslint config.
All your styles get autoprefixed and sass compiled. It even has some lovely opinionated stylelint config
- Create an entrypoint in
config/entrypoints.js
- Create the entrypoint file in
bundles
- Import some
.scss/.js
files from theresources
folder yarn run dev
/npm run dev
- Your entrypoint files will be compiled to
public/resources
- Reference your generated
[bundle].js
and[bundle].css
files in your html files in the public folder - Visit your hotreloading site at
localhost:8080
- run
yarn run build
ornpm run build
to get your optized css or Javascript files.