You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
Includes only the latest and greatest web technologies. Use it for your next heroic SPA project because you can't go wrong with it. Contains minimal viable "hello, world" code just to proof it works. Remove hello world and write your own great project.
2
2
3
+
# Principles
4
+
1. Use plain ES2015/16/17. Minimize use of experimental Stage-* Javascript features
5
+
1. Use tests (by [jest](https://github.com/facebook/jest))
6
+
1. Use linting (by [airbnb eslint config](https://github.com/airbnb/javascript))
7
+
3
8
Suitable for:
4
9
1. Education
5
-
2. Small pet projects/protorypes
6
-
3. Production
10
+
1. Small pet projects/protorypes
11
+
1. Production
7
12
8
13
# 🎁 What’s Inside?
9
14
@@ -43,4 +48,4 @@ If you have problems with running it please [file an issue](https://github.com/v
43
48
# Examples
44
49
45
50
1.[examples/react](https://github.com/vinogradov/react-starter-kit/tree/master/src/examples/react) - trivial hello world using React
46
-
1.[examples/redux](https://github.com/vinogradov/react-starter-kit/tree/master/src/examples/redux) - counter example with `redux` and `redux-saga`
51
+
1.[examples/redux](https://github.com/vinogradov/react-starter-kit/tree/master/src/examples/redux) - counter example with `redux` and `redux-saga`
0 commit comments