Skip to content

johnandresmedina/course-builder

Repository files navigation

Course Builder

A course builder coded using Node.js and React.js

Getting Started

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

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installation

Clone

  • Clone this repo to your local machine using SSH:
    git clone git@github.com:johnandresmedina/course-builder.git
  • Or with HTTPS:
    git clone https://github.com/johnandresmedina/course-builder.git

Setup

  • Once cloning the repo is done go to the folder:
cd course-builder

Now install the npm packages:

$ npm run install-all-dep

And finally run:

$ npm run dev

The previous command should run both the backend and the frontend and it should open your default browser at http://localhost:3000/ with the aplication up and running, enjoy!

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A course builder coded using Node.js and React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published