|
1 | 1 | # Example Project Setup with NextJs, Typescript, Eslint, Jest and Emotion.. |
2 | 2 |
|
3 | | -## Deprecated |
4 | | -**Go to different branches for different Project Setup** |
5 | | -- `pwa-amp` -- with Amp, Redux-Saga, Emotion |
6 | | -- `redux-saga` -- with Redux-Saga, Emotion |
7 | | -- `redux-code-splitting` -- with Redux, Emotion |
8 | | -- `emotion` -- with Emotion |
9 | | -- `styled-jsx` -- with built-in Styled-JSX |
10 | | - |
11 | | -This is an example project setup. |
12 | | -Packages used for all branches: |
13 | | -* NextJs |
14 | | -* Typescript |
15 | | -* Eslint, Prettier |
16 | | -* Jest, Enzyme |
17 | | -* Next-Offline |
18 | | -* Next-Manifest |
19 | | - |
20 | 3 | ## Usage of this example setup |
21 | 4 |
|
22 | 5 | 0. setup node env |
@@ -347,3 +330,20 @@ Packages used for all branches: |
347 | 330 | ```sh |
348 | 331 | npm i -D @babel/plugin-proposal-nullish-coalescing-operator @babel/plugin-proposal-optional-chaining |
349 | 332 | ``` |
| 333 | +
|
| 334 | +## Deprecated |
| 335 | +**Go to different branches for different Project Setup** |
| 336 | +- `pwa-amp` -- with Amp, Redux-Saga, Emotion |
| 337 | +- `redux-saga` -- with Redux-Saga, Emotion |
| 338 | +- `redux-code-splitting` -- with Redux, Emotion |
| 339 | +- `emotion` -- with Emotion |
| 340 | +- `styled-jsx` -- with built-in Styled-JSX |
| 341 | +
|
| 342 | +This is an example project setup. |
| 343 | +Packages used for all branches: |
| 344 | +* NextJs |
| 345 | +* Typescript |
| 346 | +* Eslint, Prettier |
| 347 | +* Jest, Enzyme |
| 348 | +* Next-Offline |
| 349 | +* Next-Manifest |
0 commit comments