Kausta / app-proto-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app-proto-backend

Backend for app-proto

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and yarn installed.

  2. Install your dependencies

    cd path/to/app-proto-backend; yarn install
    
  3. Start your app

    yarn start
    

🚫 Standard Compliant

js-standard-style

This project adheres to Standard. Our CI enforces this, so we suggest you enable linting to keep your project compliant during development.

To Lint on Commit

This is implemented using husky. There is no additional setup needed.

Bypass Lint

If you have to bypass lint for a special commit that you will come back and clean (pushing something to a branch etc.) then you can bypass git hooks with adding --no-verify to your commit command.

Understanding Linting Errors

The linting rules are from JS Standard and React-Standard. Regular JS errors can be found with descriptions here, while React errors and descriptions can be found here.

License

Licensed under LICENSE (the 'License'). You MAY NOT USE this repository except in compliance with the License.

Copyright [2018] the Authors

All Rights Reserved

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Under all conditions, except rights given from an Explicit Grant defined in the License, all information contained herein is, and remains the property of the Authors.

About

License:Other


Languages

Language:JavaScript 59.5%Language:HTML 40.5%