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

https://github.com/friedrith/template-node

A node.js project template
https://github.com/friedrith/template-node

nodejs template

Last synced: 3 months ago
JSON representation

A node.js project template

Awesome Lists containing this project

README

          

# template-node [![Build Status](https://travis-ci.org/friedrith/template-node.svg?branch=master)](https://travis-ci.org/friedrith/template-node)

A template optimized for node.js projects.

## Getting started

```bash

yarn
yarn start

```

By default the project use default name, description and author. You can change it by
updating the values in package.json and using `yarn setup`. Notice you can use this command only once

## Features

This project includes:

- babel
- webpack
- eslint
- prettier
- commitlint
- travis
- husky
- jest