adrivelasco / basic-ui-test

Entry level code (HTML/CSS/JS/jQuery) challenge maded by me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Code Challenge for Entry Level

Requirements

  • Mac OS X, Windows, or Linux
  • Node.js v9.0 or newer
  • Text editor or IDE pre-configured with ESlint

Steps

  1. Create an account on GitHub and clone the repo with:
git clone git@github.com:adrivelasco/basic-ui-test.git
  1. Go to the directory and install dependencies with NPM manager.
cd basic-ui-test
npm install
  1. Build and start on development mode
npm run build:watch
npm run start:watch

Copyright © 2018 Adrián Velasco.

About

Entry level code (HTML/CSS/JS/jQuery) challenge maded by me


Languages

Language:HTML 55.9%Language:JavaScript 32.1%Language:CSS 12.0%