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

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.

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).