Mock API Server

Welcome to the quick prototyping and mocking api server for front-end developers. The mock api project uses Babel, ES2017+ features in a Node.js server environment, linting, testing solutions with JSON-Server.

Getting started

# Install dependencies
npm install

# or if you're using Yarn
yarn

Then you can begin development:

# yarn
yarn run dev

# npm
npm run dev