https://github.com/mdn/client-toolchain-example
Demo project for the MDN client-side web development tools tutorial.
https://github.com/mdn/client-toolchain-example
demo examples javascript toolchain
Last synced: 2 months ago
JSON representation
Demo project for the MDN client-side web development tools tutorial.
- Host: GitHub
- URL: https://github.com/mdn/client-toolchain-example
- Owner: mdn
- License: other
- Created: 2024-06-07T12:17:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T10:18:52.000Z (3 months ago)
- Last Synced: 2026-02-27T15:41:50.963Z (2 months ago)
- Topics: demo, examples, javascript, toolchain
- Language: JavaScript
- Homepage: https://mdn.github.io/client-toolchain-example/
- Size: 377 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# MDN client toolchain example
This client toolchain example is the accompanying source code for the MDN [Understanding client-side web development tools](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Introducing_complete_toolchain) documentation.
You can view a live deployment of the project at .
## Getting Started
Clone the repository and start a local build:
```bash
git clone https://github.com/mdn/client-toolchain-example.git
cd client-toolchain-example
# install dependencies
npm i
# start the server
npm run dev
```
If you are stuck, see the instructions [in the accompanying MDN docs](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Introducing_complete_toolchain#running_the_transformation).
## Contributing
Our project welcomes contributions from any member of our community.
To get started contributing, please see our [Contributor Guide](CONTRIBUTING.md).
By participating in and contributing to our projects and discussions, you acknowledge that you have read and agree to our [Code of Conduct](CODE_OF_CONDUCT.md).
## License
This project is licensed under the [LICENSE](LICENSE.md).