This repository has been archived by the owner on Oct 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roboto fonts as example Favicons generator Social share tags Add readme Better example
- Loading branch information
Showing
84 changed files
with
138,223 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.