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.
- Host: GitHub
- URL: https://github.com/null-none/carbon-react-boilerplate
- Owner: null-none
- Created: 2021-01-17T20:05:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T13:36:19.000Z (over 3 years ago)
- Last Synced: 2025-01-26T09:28:39.733Z (about 1 year ago)
- Topics: javascript, nodejs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 254 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |