Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 –

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