Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijaharita/maybe-an-odometer
https://github.com/elijaharita/maybe-an-odometer
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elijaharita/maybe-an-odometer
- Owner: elijaharita
- Created: 2024-04-17T02:17:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T06:05:21.000Z (10 months ago)
- Last Synced: 2024-11-25T05:56:54.851Z (2 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEXTJS-SASS-STARTER
**[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.
Why would I use this?
- **Jumpstart Your Project** → Leverage the power of TypeScript, SASS, and NextJS to quickly get your project off the ground.
- **Template Efficiency** → Streamline your development process by using a pre-configured template.
- **Speed and Simplicity** → Ideal for rapid website creation without compromising on quality.
- **Learning Opportunity** → If you're delving into web development, perhaps under the guidance of [@wwwjim](https://x.com/wwwjim), this template is a perfect starting point. Enhance your learning experience by exploring the [issues section](https://github.com/internet-development/nextjs-sass-starter/issues?q=is%3Aissue+is%3Aopen+label%3ADocumentation), which includes helpful documentation.### 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).