loandolphin-api
v0.0.1-1
Published
Loandolphin's CRUD API, for frontend purposes. Made in JS with axios, rollup, babel, jest, eslint and renovate
Downloads
13
Maintainers
Readme
LoanDolphin API
This is Loandolphin's CRUD API, for frontend purposes. Made in JS with axios, rollup, babel, jest, eslint and renovate.
Features
Key features
- Bundle your library with Rollup
- Write modern JavaScript with latest features of Babel
- Test and cover with Jest
- Lint with ESLint (air-bnb config)
Minor features
- Path aliases with babel plugin module-resolver
- Track and update your dependencies with renovateapp.com
Getting started
# 1. Clone the repository.
git clone [email protected]:loandolphin/loandolphin-api.git
# 2. Enter your newly-cloned folder
cd loandolphin-apiDocumentation
Fast up and running (for non-frontenders only)
# Install packages
make bootstrap
# Launch the dev server and automatically open it in
# your default browser when ready
make run
# Run unit tests
make test
# Release new version: run command and copy content of demo folder to demo hosting
make release