@bjeco/next-template

This is a Next.js project bootstrapped with @bjeco/next-template

Usage no npm install needed!

<script type="module">
  import bjecoNextTemplate from 'https://cdn.skypack.dev/@bjeco/next-template';
</script>

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:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!