@bjeco/next-template
v0.4.1
Published
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`@bjeco/next-template`](https://github.com/brianespinosa/configs/tree/main/templates/next-template)
Downloads
5
Maintainers
Readme
This is a Next.js project bootstrapped with @bjeco/next-template
Create A Project
npx create-next-app -e https://github.com/brianespinosa/configs --example-path templates/next-template my-app
Opinionated
This template is a little more opinionated than the default create-next-app
template.
- More organized folder structure
- CSS normalize
- Personal file structure preferences
Getting Started
Run the development server:
yarn start
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.js
. The page auto-updates as you edit the file.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!