A course builder coded using Node.js and React.js
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager.
- 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
- 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!
We use SemVer for versioning. For the versions available, see the tags on this repository.
- John Medina - Initial work - John Medina
This project is licensed under the MIT License - see the LICENSE file for details