Course lesson
Create a New Next.js App for an Online Store
To start off this project, clone the Space Jelly Gear Starter github and start the server. We will then take a peek into the file structure. For importing different files, I use Absolute Imports and Module path aliases - nextjs.org which simplify how I import...
- Duration
- 4 min
- Access
- Free
- Transcript
- Retained from source evidence
To start off this project, clone the Space Jelly Gear Starter github and start the server. We will then take a peek into the file structure. For importing different files, I use Absolute Imports and Module path aliases - nextjs.org which simplify how I import files.