RRA = Robe-React-Admin
- Webpack for all development (server,hotload etc.) and build (package, optimize, etc.) needs.
- Babel for writing codes with ES6 syntax and transpiling them browser compatible codes.
- ESLint for protecting our nice formatted codes.
- Karma for testing.
- React for ui.
- Robe-React-UI for ui components
- React-Bootstrap for ui components
##For Server Side
Robe more...
You can start by cloning the latest version of RRU.
This will install both run-time project dependencies and developer tools listed in package.json file.
This will start the development server and serve site application.
$ npm start
Open Browser and enter http://localhost:8080
(default)
If you need just to build the app (without running a dev server), simply run:
$ npm run-script build
- Single Test Run with coverage for production.
$ npm test # Run unit tests with Mocha
- Multi Test Run without coverage for development.
$ npm run testd # Run unit tests with Mocha