Skip to content

BrunoIF/CookBook

Repository files navigation

Next Beacon

ci version

What is inside

Next Beacon brings a complete set of modern tools and libraries, including:

Getting Started

First, create a new project on top of Next Beacon with the following command:

yarn create next-app -e https://github.com/guilhermeocosta/next-beacon

Then run the development server with:

yarn dev

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.

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • storybook: runs storybook on localhost:6006
  • storybook:build: create the build version of storybook
  • generate: create a new component or util file from the CLI using PLOP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published