estelle / learntodev

A guide for folks who want to learn how to write code for the web

Home Page:https://learntodev.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learntodev

Deploys by Netlify

This is a microsite that lists resources for new developers. Contributions are welcome! Please be kind if you open a PR.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd learntodev
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint
  • yarn lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

When changes are merged into the main branch, the site will automatically deploy.

Further Reading / Useful Links

About

A guide for folks who want to learn how to write code for the web

https://learntodev.info


Languages

Language:JavaScript 35.6%Language:Handlebars 24.5%Language:CSS 23.8%Language:HTML 16.1%