https://github.com/internet-development/nextjs-sass-base
A starting point with minimal code using NextJS, and SASS
https://github.com/internet-development/nextjs-sass-base
Last synced: about 1 year ago
JSON representation
A starting point with minimal code using NextJS, and SASS
- Host: GitHub
- URL: https://github.com/internet-development/nextjs-sass-base
- Owner: internet-development
- License: mit
- Created: 2024-10-28T06:31:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T02:32:01.000Z (over 1 year ago)
- Last Synced: 2025-04-23T23:56:43.322Z (about 1 year ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NEXTJS-SASS-BASE
**[Live Demo](https://wireframes.internet.dev)**
Our extensive experience in building numerous websites has led us to create this template repository as an efficient starting point. If you're keen on developing websites alongside the [Internet Development Studio Company](https://internet.dev), we highly recommend utilizing this template as your foundation.
This version of the template repository was made to be as light as possible.
### Setup (MacOS)
Start by cloning the repository, or by clicking on **Use this template** above.
You will have wanted to setup your development environment by following steps [here](https://github.com/internet-development/nextjs-sass-starter/issues/3).
Then run the server
```sh
npm install
npm run dev
```
Go to `http://localhost:10000` in your browser of choice.
Enjoy! The template uses `10000` as our `port` for more compatibility with [Render.com](https://render.com)
### Scripts (Optional)
If you need to run node script without running the server, use this example to get started
```sh
npm run script example
```
### Contact
If you have questions ping me on Twitter, [@wwwjim](https://www.twitter.com/wwwjim). Or you can ping [@internetxstudio](https://x.com/internetxstudio).