- Open a terminal window.
- Change directories to your projects directory (for example
cd ~/projects). - Create a new project with
mkdir my-sweet-project. - Change directory into the project directory you just created
cd my-sweet-project. - Create an html, a css, and a Javascript file with
touch index.html index.css index.js - Open this folder in your editor.
- Go back to your terminal, make sure you're still in your
my-sweet-projectdirectory (or whatever you called it). - Serve up the files using
python -m SimpleHTTPServer - Go to http://localhost:8000 in your web browser.
- It will be empty, but when you add some html to your page and refresh the page with
Command+Rit should show up.
- Bootstrap 4 Cheat Sheet - USE THIS
- Figma - currently free design tool that is helpful with mockups
- Mozilla Developer Network's Full CSS Reference
- MDN CSS Homepage
- Gradient generator