Skip to content
/ devReady Public

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

Notifications You must be signed in to change notification settings

navio/devReady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages