A template for writing React based ECMAScript 2015 (ES6) + Redux + React Router + Webpack and more.
- Webpack
- Webpack Dashboard
- React
- React Router
- Redux
- React Hot Loader
- Jest for tests and Chai for assertions
- Storybook to create isolated components' stories
- Babel
- Stylus CSS preprocessor
- CSS Modules
- PostCSS
- Autoprefixer
- ESLint
- Travis CI
- React-Bootstrap example
- HTML and CSS generated automatically by Webpack
- Node.js
>=
v6;
- Clone this repository:
git clone [email protected]:OSBI/saiku-react-starter.git
; - Remove
.git
directory; - Install dependencies:
yarn
(ornpm i
); - Run
yarn start
(ornpm start
) to develop onhttp://localhost:3000
- Run
yarn build
(ornpm run build
) for production build (files will be generated onbuild
directory)
yarn start (or npm start)
: Starts the applicationyarn test (or npm test)
: Run tests onceyarn test:watch (or npm run test:watch)
: Run tests in watch modeyarn build (or npm run build)
: Build project to productionyarn storybook (or npm run storybook)
: Run Storybook on 6006 portyarn build-storybook
: Build Storybook to static files
If you want to help, please read the Contributing guide.
For detailed changelog, see Releases.
Apache License Version 2 © Meteorite BI