Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verekia/js-stack-boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
https://github.com/verekia/js-stack-boilerplate
babel boilerplate bootstrap es6 eslint express flow husky immutablejs javascript jest jss pm2 react react-router redux server-side-rendering webpack webpack-dev-server yarn
Last synced: 4 days ago
JSON representation
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
- Host: GitHub
- URL: https://github.com/verekia/js-stack-boilerplate
- Owner: verekia
- License: mit
- Created: 2017-02-02T06:53:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T17:40:46.000Z (over 6 years ago)
- Last Synced: 2024-10-23T04:14:33.141Z (13 days ago)
- Topics: babel, boilerplate, bootstrap, es6, eslint, express, flow, husky, immutablejs, javascript, jest, jss, pm2, react, react-router, redux, server-side-rendering, webpack, webpack-dev-server, yarn
- Language: JavaScript
- Homepage: https://github.com/verekia/js-stack-from-scratch
- Size: 562 KB
- Stars: 150
- Watchers: 12
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Stack Boilerplate
[![Build Status](https://img.shields.io/travis/verekia/js-stack-boilerplate.svg?style=flat-square)](https://travis-ci.org/verekia/js-stack-boilerplate)
[![Coverage Status](https://img.shields.io/coveralls/verekia/js-stack-boilerplate.svg?style=flat-square)](https://coveralls.io/github/verekia/js-stack-boilerplate?branch=master)
[![Dependencies](https://img.shields.io/david/verekia/js-stack-boilerplate.svg?style=flat-square)](https://david-dm.org/verekia/js-stack-boilerplate)
[![Dev Dependencies](https://img.shields.io/david/dev/verekia/js-stack-boilerplate.svg?style=flat-square)](https://david-dm.org/verekia/js-stack-boilerplate?type=dev)Final boilerplate code of the [JavaScript Stack from Scratch](https://github.com/verekia/js-stack-from-scratch) tutorial.
## How to use this boilerplate
This boilerplate is available in **two versions**:
- `js-stack-boilerplate` (this version): Includes Heroku, Travis, and Coveralls.
- [`js-stack-boilerplate-no-services`](https://github.com/verekia/js-stack-boilerplate/tree/master-no-services): Contains only free open-source tools.Either way:
- Download the [latest release](https://github.com/verekia/js-stack-from-scratch/releases) for the version you want.
- Edit `package.json` with your own info.
- Run `yarn` and `yarn start`. That's it!**Don't clone this repository**, as it includes some files that are irrelevant for you.
## Demo
Check out the [live demo](https://js-stack.herokuapp.com/).
## Credits
Created by [@verekia](https://twitter.com/verekia) – [verekia.com](http://verekia.com/).
License: MIT