/react-example

This is an example project taken reference from another project for understanding the concepts and functionalities of react.

Primary LanguageJavaScript

React-example

React exmaple application for understanding the basic working and functionalities.

npm run setup

//Unit testing
npm run test

npm run dev
open http://localhost:8080

Moxios

These are the mock axios used for unit testing

Install

npm install moxios --save-dev