Skip to content

ricardojrmcom/nebula

Repository files navigation

🌌 @ricardojrmcom/nebula

Next web app boilerplate

build license lang

author




Bootstrap

npx @ricardojrmcom/nebula

Boilerplate Next web app bootstrapped with all necessary configs and workflows


Demo


Scripts

// install deps
yarn install

// run dev server
yarn dev

// build app
yarn build

// start app
yarn start

// export app
yarn export

// run lint
yarn lint

// run unit tests
yarn test

// run e2e tests
yarn cy:run

// run storybook
yarn sb

Project


Project Dependencies


Dev Dependencies

  • Yarn
  • Typescript
  • React
  • Material-UI
  • Next
  • Prettier
  • ESLint
  • Commit Lint
  • Lint Staged
  • Husky
  • Jest
  • React Testing Library
  • Cypress
  • Storybook
  • Webpack
  • Semantic Release



License

MIT © Ricardo <l1b3r_-> Mota (@ricardojrmcom)

Bootstrapped with 🌌@ricardojrmcom/nebula