navio / devReady

devReady is a skeleton environment set up to develop FE applications using Parcel, Jest and JSON-Server. The project bring HMR a Proxy for External APIs and JSON Server to mock BE responses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devReady

A skeleton project for React implementing ES6. It includes:

  • Jest and Enzyme for Testing
  • JSON-SERVER for Back End Mocking
  • local-cors-proxy to Implement Remote APIs

Installation

npm i 

Running

To start Dev Env with Hot Reload for FE and Mocking Env for BE

npm start

Testing

npm test

Mock API

npm run api

About

devReady is a skeleton environment set up to develop FE applications using Parcel, Jest and JSON-Server. The project bring HMR a Proxy for External APIs and JSON Server to mock BE responses.

License:MIT License


Languages

Language:JavaScript 79.0%Language:HTML 21.0%