Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
React I18next
Browse files Browse the repository at this point in the history
Roboto fonts as example
Favicons generator
Social share tags
Add readme
Better example
  • Loading branch information
01dr committed Jul 22, 2017
1 parent 8dc2c4b commit a8b4b14
Show file tree
Hide file tree
Showing 84 changed files with 138,223 additions and 60 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Frontend static boilerplate

A simple boilerplate to create static frontend applications.

### Stack

- **React**
- **Redux [ducks](https://github.com/erikras/ducks-modular-redux)**
- **Redux Saga**
- **Webpack 3**
- **I18next**
- **[Seamless Immutable](https://github.com/rtfeldman/seamless-immutable)**

### Scripts

``npm install``

``npm start`` - start application in development mode

``npm run build`` - build application into `/dist` directory

``npm run eslint`` - run eslint

``npm run stylelint`` - run stylelint

### Example

Source code contains an example of a simple counter that is in the application store. To demonstrate side-effects during actions, a console.log when is firing.

______________________________

[Jincor Tech](https://github.com/JincorTech)
Loading

0 comments on commit a8b4b14

Please sign in to comment.