You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEW: You might need to add export PATH=/opt/homebrew/bin:$PATH to your .zshrc or .bashrc if you encounter a warning. This happened to me on a new install on Apple M3 Max.
Install node: brew install node
This gets you everything you need. Nothing else is required. Ask us if you get stuck!
What tools should I use to do development with you?
This repository is designed to be the base code we use for all of our projects. It is just a minimal NextJS project that is flexible enough to be adapted to any context, but also has some pre-written code to make writing web applications feel faster.
Here is what you should download to develop like our team:
Let us know if you run into any issues during installation.
There is already a .prettierrc in the root directory so you don't have to configure it yourself. But if you need to, make sure this option is enabled:
// ----------------------------------------------------------------------// Auto Format on Save// ----------------------------------------------------------------------//// @param {bool} "auto_format_on_save"// @default false//// Whether or not to automatically format the file on save.// ----------------------------------------------------------------------"auto_format_on_save": true,
Is that it?
Yep, its easy to get a professional setup as a web developer in 2023. Your screen should look something like this with your terminal, your code editor, and probably a browser window elsewhere.
The text was updated successfully, but these errors were encountered:
jimmylee
changed the title
Part 2: The software we recommend for development
Part 2: The software we recommend for development (MacOS)
Dec 28, 2023
jimmylee
changed the title
Part 2: The software we recommend for development (MacOS)
Part II: The software we recommend for development (MacOS)
Dec 29, 2023
jimmylee
changed the title
Part II: The software we recommend for development (MacOS)
Part II ➝ The software we recommend for development (MacOS)
Dec 29, 2023
What will I know after finishing this?
You will learn the following things
nextjs-sass-starter
and running this boilerplate immediately.If you have any questions, don't hesitate to ask!
My new MacOS device is probably missing dependencies, what do I need to run this code locally?
I run through the following steps on all of my new MacOS installations.
xcode-select --install
xcode-select -p
/Applications/Xcode.app/Contents/Developer
export PATH=/opt/homebrew/bin:$PATH
to your.zshrc
or.bashrc
if you encounter a warning. This happened to me on a new install on Apple M3 Max.brew install node
This gets you everything you need. Nothing else is required. Ask us if you get stuck!
What tools should I use to do development with you?
This repository is designed to be the base code we use for all of our projects. It is just a minimal NextJS project that is flexible enough to be adapted to any context, but also has some pre-written code to make writing web applications feel faster.
Here is what you should download to develop like our team:
Let us know if you run into any issues during installation.
Is that it?
Yep, its easy to get a professional setup as a web developer in 2023. Your screen should look something like this with your terminal, your code editor, and probably a browser window elsewhere.
The text was updated successfully, but these errors were encountered: