juandav / course-platform

Course Platform (Please use yarn dev)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coondorlabs Logo

A challenge made for Condorlabs

JavaScript Style Guide

Description

Course Platform is a challenge for the "Condorlabs" company.

Run development app

yarn dev
# or
now dev

Run production app

Build it with docker:

# build
yarn docker-build
# or, use multi-stage builds to build a smaller docker image
yarn docker-build-ms

Run it:

yarn docker-run

Deploy it to the cloud with now (download)

yarn deploy

API - doc: here

About

Course Platform (Please use yarn dev)


Languages

Language:JavaScript 95.5%Language:HTML 4.3%Language:Dockerfile 0.3%