- Create an NPM project package.json file
npm init --yes
- Add babel-cli and babel-preset-env to the project
npm i --save-dev babel-cli babel-preset-env
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Sole Shoes</title> | |
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet'> | |
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet'> | |
<link rel='stylesheet' type='text/css' href='css/styles.css'> | |
</head> |