Skip to content

Instantly share code, notes, and snippets.

View scottwright-dev's full-sized avatar
💾
updating

Scott Wright scottwright-dev

💾
updating
View GitHub Profile
@bradtraversy
bradtraversy / tailwind-webpack-setup.md
Last active April 25, 2024 05:16
Setup Webpack with Tailwind CSS

Webpack & Tailwind CSS Setup

Create your package.json

npm init -y

Create your src folder

Create a folder called src and add an empty index.js file. The code that webpack compiles goes in here including any Javascript modules and the main Tailwind file.

@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active April 24, 2024 17:51
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help