https://github.com/sonsoleslp/map-rescorm
Map game using RESCORM boilerplate
https://github.com/sonsoleslp/map-rescorm
Last synced: about 2 months ago
JSON representation
Map game using RESCORM boilerplate
- Host: GitHub
- URL: https://github.com/sonsoleslp/map-rescorm
- Owner: sonsoleslp
- License: other
- Created: 2018-06-18T16:10:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T13:33:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T07:04:16.893Z (4 months ago)
- Language: JavaScript
- Homepage: http://vishubcode.org/scorm/packages/264/
- Size: 3.82 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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).