An open API service indexing awesome lists of open source software.

https://github.com/null-none/carbon-react-boilerplate

Carbon Design System starter for react.
https://github.com/null-none/carbon-react-boilerplate

javascript nodejs react reactjs

Last synced: 25 days ago
JSON representation

Carbon Design System starter for react.

Awesome Lists containing this project

README

          

# Carbon Next.js Template

This project is currently a work-in-progress template for working with the
Carbon Design System and Next.js

## About

### Project

| Command | Description |
| :------------------------- | :--------------------------------------------------------------------- |
| `yarn build` | Build the project files |
| `yarn clean` | Remove all generated artifacts from the project |
| `yarn develop` | Start the Next.js development server |
| `yarn format` | Format files in the project using prettier |
| `yarn lint` | Run ESLint on JavaScript or TypeScript files using ESLint |
| `yarn lint:styles` | Run Stylelint on Sass and CSS files |
| `yarn start` | Start the production Next.js server |
| `yarn test` | Run test files in the project using Jest |
| `yarn upgrade-interactive` | Use a Yarn plugin to interactively upgrade dependencies in the project |