https://github.com/rasulwebs/springbusiness
https://github.com/rasulwebs/springbusiness
nextjs react react-icon sass swiper tailwindcss
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rasulwebs/springbusiness
- Owner: Rasulwebs
- Created: 2023-05-10T07:57:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T18:57:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T03:51:52.238Z (about 1 year ago)
- Topics: nextjs, react, react-icon, sass, swiper, tailwindcss
- Language: JavaScript
- Homepage: https://spring-business.vercel.app
- Size: 2.51 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Light Nextjs
Spring is a web development business template built in Nextjs. Perfect for Creative Agency, Marketing Agency, Design Studios, Digital Marketing Agencies, and other business service websites.
## Key Features
- Simple and Minimal
- Fully Responsive
- Google Page Speed score 100! (Desktop)
- Google analytics support
- Caching enabled
- Supports Contact Form
- SEO Friendly
## Installation
After downloading the template, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
### Install prerequisites (once for a machine)
- **Node Installation:** [Install node js](https://nodejs.org/en/download/) [Recommended LTS version]
### Local setup
After successfully installing those dependencies, open this template with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut ctrl/cmd+\`]
- Install dependencies
```
npm install
```
- Run locally
```
npm run dev
```
After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live-reload the browser when changes are saved.
## Production Build
After finishing all the customization, you can create a production build by running this command.
```
npm run build
```