Skip to content

menthays/multi-page-boilerplate

Repository files navigation

multi-page-boilerplate

  • A simple multi-page-boilerplate integrated with modern front-end tools.

Feature

  • webpack4 & babel
  • sass & postcss
  • jest
  • eslint & prettier

How to use

Install

# git clone
git clone https://github.com/menthays/multi-page-boilerplate.git
# install dependency
npm install
# rm .git
rm -rf .git

Provide a modern develop environment

# run dev with hot reloading
npm run dev
# build for publish
npm run build

Using test and eslint prettier to keep code quality

# check code style
npm run lint
# run test
npm run test

And lint-staged will always help you to format code when you do commit

License

MIT

About

Multi-page-application scaffold, with modern FE tools and webpack 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published