Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.12 KB

Free RoadMap

🧭 freeroadmap.info

👉🏽 This is a road-map for beginners who want to learn web development from scratch. It's based on real world experiences of a group of mentors and instructors and it's being used and improved over time.

💎 We will be happy to use your experiences about syllabus and the whole road-map flow.

How to contribute

This is a NextJS (React) project with static data written in TS, no API call and backend.

Installation

yarn

Run the development server:

yarn dev

Open http://localhost:3001 with your browser to see the result.

Courses data

The data of each course is placed in src/data/courses directory as a single ts file which each of them is representing a single course.

To access all courses information you can import courses as a named module from src/data.

You can find all necessary types from here.