Skip to content

juninmd/developer-roadmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7,348 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# developer-roadmap

## Description

Roadmap to becoming a web developer in 2018.

## Installation

1.  Clone the repository: `git clone [repository_url]`
2.  Navigate to the project directory: `cd developer-roadmap`
3.  Install dependencies: `npm install`
4.  Configure environment variables: `npm run dev`

## Usage

*   **Development:**  Follow the steps outlined in `README.md` and `scripts/start.js`.  This includes writing basic HTML, CSS, and JavaScript.
*   **Testing:**  Run the tests to ensure code quality. `npm test`
*   **Build:**  Run `npm run build` to generate the production-ready files. `npm run build`
*   **Deployment:**  (Not directly within the project) Deploy the application to a server using the appropriate deployment process (details in `package-lock.json` and `package.json`).

## Files

*   `.astro` - Static site generator for documentation.
*   `.cursor` -  Code highlighting and suggestion.
*   `.env.example` - Example `.env` file.
*   `.github` - Project repository configuration.
*   `.gitignore` - Standard file exclusions for Git.
*   `.npmrc` -  Node.js configuration.
*   `.prettierrc.cjs` - Prettier configuration.
*   `.vscode` - VS Code extension.
*   `astro.config.mjs` - Astro configuration.
*   `code_of_conduct.md` - Code of conduct for the project.
*   `contributing.md` - Guidelines for contributing to the project.
*   `license` - Project license.
*   `package-lock.json` - Package lock file for dependency management.
*   `package.json` - Project metadata and dependencies.
*   `packages` -  Source code for individual components.
*   `playwright.config.ts` - Playwright configuration.
*   `pnpm-lock.yaml` - pnpm lock file for dependency management.
*   `pnpm-workspace.yaml` - pnpm workspace file for project setup.
*   `public` -  Static assets (e.g., images, fonts).
*   `readme.md` - Project overview and instructions.
*   `scripts` -  Scripts for running tasks (e.g., build, test).
*   `sitemap.mjs` - Sitemap for the project.
*   `src` - Source code for the project.
*   `tailwind.config.cjs` - Tailwind CSS configuration.
*   `tests` -  Unit and integration tests.
*   `tsconfig.json` - TypeScript configuration.

About

Roadmap to becoming a web developer in 2018

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 84.4%
  • Astro 10.9%
  • JavaScript 3.2%
  • CSS 1.3%
  • Shell 0.2%