Online course product checkout form that displays an overview of the course and allows users to see previews of the course's video content.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node 6 or above
mongoDB
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.
- React 16
- Webpack 4
- Babel 7
- Nodejs
- Express.js
- Styled Components
- MongoDB