https://github.com/samrath49/business_app
https://github.com/samrath49/business_app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samrath49/business_app
- Owner: Samrath49
- Created: 2021-10-07T17:19:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T18:01:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T12:24:46.826Z (over 1 year ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Getting Started
Install the dependencies and run the development server
```bash
#For development:
npm install
npm run dev
```
```bash
# For optimized build:
npm run build
# Generates the build in .Next dir
```