Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thom4parisot/modern-javascript
Work in progress of Modern JavaScript guidelines. Designed to be shared among the BBC. Designed to accept any contribution, BBC or not BBC.
https://github.com/thom4parisot/modern-javascript
Last synced: 7 days ago
JSON representation
Work in progress of Modern JavaScript guidelines. Designed to be shared among the BBC. Designed to accept any contribution, BBC or not BBC.
- Host: GitHub
- URL: https://github.com/thom4parisot/modern-javascript
- Owner: thom4parisot
- License: apache-2.0
- Created: 2013-11-13T18:04:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T18:22:09.000Z (almost 11 years ago)
- Last Synced: 2024-10-29T13:50:02.018Z (15 days ago)
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern JavaScript
*Work in progress* of **modern JavaScript guidelines**, tools and workflow.
**We envision JavaScript as whole**, dismissing the notion of *frontend* and *backend*.
This is designed to be shared among the BBC; designed to accept any contribution, BBC or not BBC.
# Topics Covered
## [Repository Layout](doc/layout.md)
## [Toolchain](doc/toolchain.md)
## [Preprocessors](doc/preprocessors.md)
## [Modules and Dependencies](doc/modules.md)
## [Testing](doc/testing.md)
## [Workflow](doc/workflow.md)
## [Debugging](doc/debugging.md)
## [Language Best Practice](doc/best-practice.md)
## [Gotchas and Tips](doc/gotchas.md)
## [Frameworks](doc/frameworks.md)
## [Browser Compatibility](doc/browsers.md)
## [Mobile, Tablets and TV Devices](doc/devices.md)
## [Deployment](doc/deployment.md)
## [Monitoring](doc/monitoring.md)
## [Open Source](doc/open-source.md)# How to Contribute
# License
> Copyright 2013 British Broadcasting Corporation
> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
> You may obtain a copy of the License at> http://www.apache.org/licenses/LICENSE-2.0
> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and limitations under the License.