/hackathon

Primary LanguageJavaScript

A Simple Online Course Application with React & Redux

Getting Started

Requirements

  • Node.js
  • NPM
<!-- First Install all the needed packages -->
npm install

<!-- Then start the both webpack and json server with below command -->
npm start

<!-- To start test run the below command -->
npm test