jahil-khalfe / mock-api-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 79.9%Language:CSS 12.6%Language:HTML 7.5%