Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

vforge/front-glue

Repository files navigation

npm release travis

front-glue

Ready to use Front-End boilerplate based on ES6 and PostCSS (and Webpack)

Installing

yarn

Running

Replace files in ./scripts and ./styles directories.

  • npm run build:dev will build dev version of the source
  • npm run build:prod will build production version of the source

Alternatively you can use the following commands for watching the files and rebuilding them automatically:

  • npm run watch:dev will build dev version of the source
  • npm run watch:prod will build production version of the source

Watching files require watchman-make tool to be installed.

Output files are put in ./build direcotry.

Linting

There's a build-in ESLint:

npm run linter

About

Ready to use Front-End boilerplate based on ES6 and PostCSS (and Webpack)

Resources

License

Stars

Watchers

Forks

Packages

No packages published