Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 73e0449

Browse files
committed
edit readme
1 parent 29e4929 commit 73e0449

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

readme.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
# Example Project Setup with NextJs, Typescript, Eslint, Jest and Emotion..
22

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-
203
## Usage of this example setup
214

225
0. setup node env
@@ -347,3 +330,20 @@ Packages used for all branches:
347330
```sh
348331
npm i -D @babel/plugin-proposal-nullish-coalescing-operator @babel/plugin-proposal-optional-chaining
349332
```
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

Comments
 (0)