bausk / metabook2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Semantic.UI-Starter

Out-of-box:

DEMO: You can find it here

David David Known Vulnerabilities Code Climate

What is it?

Production-ready, optimized, robust, fully-featured boilerplate/example.

Includes:

Usage

git clone https://github.com/Metnew/react-semantic.ui-starter.git
cd react-semantic.ui-starter && rm -rf .git  
npm install

Run:

npm run dev # run app in dev mode
npm run db  # run mock db for app(from another process)

Build:

npm run build # build app

It generates app in dist folder.

Test:

npm run test # run tests with Jest

Folder structure:

│ Reatty
├── common - Your App
│   └── actions - application actions
│   ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common)
│   ├── components - components according to "Redux philosophy"
│   ├── config - frontend config depending on REACT_WEBPACK_ENV
│   ├── containers - containers according to "Redux philosophy"
│   ├── reducers - application reducers
│   ├── routing - application routing
│   ├── styles - styles folder with scss vars, mixins, etc.
│   ├── index.jsx - entry
│   ├── index.html
├── db // mock db
├── static - static assets(imgs, media)
├── webpack_config - Webpack configuration
├── jest_config - Jest configuration

Also:

Have a question? Ask it. 😉

PRs, and issues are welcome 😈

Author

Vladimir Metnew vladimirmetnew@gmail.com

LICENSE

MIT

About

License:MIT License


Languages

Language:JavaScript 90.0%Language:CSS 8.0%Language:Python 1.4%Language:HTML 0.6%