Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/boilerplate-npm
:rocket: Boilerplate with npm scripts
https://github.com/santospatrick/boilerplate-npm
Last synced: 4 days ago
JSON representation
:rocket: Boilerplate with npm scripts
- Host: GitHub
- URL: https://github.com/santospatrick/boilerplate-npm
- Owner: santospatrick
- Created: 2017-06-03T17:37:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T02:00:32.000Z (about 7 years ago)
- Last Synced: 2024-11-09T17:46:52.979Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate NPM
> Boilerplate with npm scripts (HTML, CSS & JS optimization)
![Boilerplate NPM Logo](dist/logo.png?raw=true "Boilerplate NPM Logo")
## features
* Task manager
* [NPM Scripts](https://docs.npmjs.com/misc/scripts)
* [Npm Run All](https://github.com/mysticatea/npm-run-all)* Javascript
* [Browserify](http://browserify.org/)
* [Babel with Babelify](https://github.com/babel/babelify)
* [Simplifyify to watch files](https://github.com/BigstickCarpet/simplifyify)
* [Eslint](https://eslint.org/)
* [Prettier](https://github.com/prettier/prettier)
* [Standard](https://standardjs.com/)* CSS
* [Stylus](http://stylus-lang.com/)
* [Flexboxgrid](http://flexboxgrid.com/)
* [Normalize](https://necolas.github.io/normalize.css/)
* [Autoprefixer](https://autoprefixer.github.io/)* Server
* [Lite server](https://github.com/johnpapa/lite-server)
* [BrowserSync](https://www.browsersync.io/)## usage
### `npm start` to run your server at `http://localhost:8000`
### `npm run build` to minify & prepare your code to deploy at `./dist`