/Free-Courses

A collection of free courses about programming

Primary LanguageJavaScriptMIT LicenseMIT

Free Courses to Developers

Build Status

https://freecourses.github.io/

Freecourses is a platform which offers a collection of free course links for various development languages and frameworks. You will find every course which is listed here is either free or trial version for learning. So enjoy the content.

Now you can add a course via Google forms

Link: https://goo.gl/forms/RxP02pQtnPCbapQ43

Contribute

You can also contribute to the project. For contribution please check CONTRIBUTING.md

To run locally

  • You'll need to have bower and node installed in your system.

  • Install the dependencies:

npm install && bower install
  • Run development server:
npm start
npm run dev
  • Open the web browser to http://localhost:8080/

To build the Production package

npm run build

ESLint

There is a .eslint.yaml config for ESLint ready with React plugin.

To run linting, run:

npm run lint