/xpress-kit

Simple ExpressJS starter kit with some pre-configured settings.

Primary LanguageJavaScript

Xpress Kit

Simple ExpressJS starter kit with the best practices

Installation Guide

  1. Clone the repository
$ git clone https://github.com/sh4hids/xpress-kit.git
  1. Install dependencies
$ yarn

or

$ npm install

Configuration and Usage

1. Editor configuration

If you are using Atom, VS Code or Sublime Text, install the editorconfig plugin for your favourite editor. You can change the default editor configuration in .editorconfig file. For more information please visit: EditorConfig.org.

2. Linting

For linting I am using eslint in this project. Airbnb JavaScript style guide is the default configuration. You can modify the rules on .eslintrc.json file. More information can be found here.