Skip to content

dashprotocol/utm-checkout-form-and-related-products

 
 

Repository files navigation

Checkout Form

Online course product checkout form that displays an overview of the course and allows users to see previews of the course's video content.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node 6 or above
mongoDB

Installing

Install all modules and dependencies

npm install

Start the server and webpack

npm run react-dev
npm start

To seed the database with sample data:

npm run seeder

Then open http://localhost:3007/ to see the component.

Built With

  • React 16
  • Webpack 4
  • Babel 7
  • Nodejs
  • Express.js
  • Styled Components
  • MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Dockerfile 0.3%