https://github.com/sonsoleslp/rescormail
https://github.com/sonsoleslp/rescormail
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonsoleslp/rescormail
- Owner: sonsoleslp
- License: other
- Created: 2019-04-09T17:04:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T06:20:53.000Z (over 2 years ago)
- Last Synced: 2025-02-12T07:04:13.263Z (4 months ago)
- Language: JavaScript
- Size: 47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# RESCORM
RESCORM is a boilerplate for creating SCORM-compliant React applications.
# Features
- [x] ECMAScript 6 and JSX support
- [x] React 16.0.0
- [x] React Router v4
- [x] Redux
- [x] Redux-thunk
- [x] Redux DevTools extension
- [x] SCORM 1.2 and SCORM 2004 4th Editon support
- [x] Webpack (v.3.6.0) and Webpack Dev Server (v.2.8.2)
- [x] Hot Module Replacement using [react-hot-loader](https://github.com/gaearon/react-hot-loader)
- [x] Component testing using [Enzyme](https://github.com/airbnb/enzyme) and [Jest](https://facebook.github.io/jest)
- [x] ES6 linting with continuous linting on file change
- [x] Separate CSS stylesheets generation
- [x] SASS support
- [x] Export Separate Vendor Files
- [x] I18n
# Installation and documentationVisit the RESCORM [wiki](https://github.com/agordillo/RESCORM/wiki) to see all the available documentation of the boilerplate including installation instructions.
# Discussion and contribution
Feel free to raise an issue or send us a message at [GitHub](https://github.com/agordillo/RESCORM/issues).# License
RESCORM is available under MIT License.
This boilerplate has been developed based on [ES6 React boilerplate using Webpack](https://github.com/KleoPetroff/react-webpack-boilerplate) and [react-iweb-boilerplate](https://github.com/sonsoleslp/react-iweb-boilerplate).