https://github.com/rqbazan/next-template
https://github.com/rqbazan/next-template
commitlint eslint nextjs prettier tailwindcss
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rqbazan/next-template
- Owner: rqbazan
- Created: 2020-03-23T16:22:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T09:05:21.000Z (over 3 years ago)
- Last Synced: 2025-02-06T19:52:08.709Z (8 months ago)
- Topics: commitlint, eslint, nextjs, prettier, tailwindcss
- Language: JavaScript
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS + TailwindCSS Template
## How to setup de project?
Run `yarn` to install all the dependencies
## How to run the project?
Execute `yarn dev` for development purposes and `yarn start` for a production
ready environment> The production environment must has the application build. Run `yarn build` to
> get it.