Frontend apps using React.js with batteries included.
- React.js
- Redux
- Redux Saga
- Redux Thunk
- Ant design
- FullCalendar
- Lodash
Create SPA with persisted state.
- Redux state management [redux](https://github.com/reactjs/redux)
- SASS support [Sass](http://sass-lang.com/)
- Easy deployment using [Surge.sh](https://surge.sh/)
- API [Stackable.space](http://www.stackabke.space/)
- Frontend styling framework [Semantic UI](http://semantic-ui.com/)
- Storybook Driven Development [Storybook](https://storybooks.js.org)
- [Node](https://nodejs.org) 4.x or better
- [React](http://facebook.github.io/react) for development
- [Babel](http://babeljs.io/) for ES6+ support
- [create-react-app](https://github.com/facebookincubator/create-react-app) as stack
Start by installing dependencies:
yarn install
Once dependencies are installed, run with:
yarn start
Configuration file is located at ./core/constants.js
To build for production
yarn run build
Running the Storybook
yarn run storybook
This will launch the storybook at http://localhost:9009
Running jest tests
yarn run test
To write tests follow: http://facebook.github.io/jest/docs/api.html