- add favicon
- [email protected]
- [email protected]
- [email protected]
- replace npm with yarn in
README.me
- remove storybook
- apply postcss-preset-env
- [email protected]
- [email protected]
- [email protected]
- remove bootstrap cdn
- more examples
- ssr
- module css
- style jsx
- next.js way
- custom _page.tsx => _app.tsx,
- update postcss
- add postcss-import
- [email protected]
- add module css test env
- update readme
- storybook
- add head.html to load cdn
- use @zeit/next-css for module css config
- update packages
- fix import stylesheet, using module css
- update cdn
- bootstrap@4
- fontawesome@5
- fix storybook not working issue#14
- update packages
- storybook@
- [email protected](support jsx generic)
- update packages
- unsupport naver analytics(unsafe)
- update packages
- [email protected]
- [email protected]
- ...etc@latest
- update packages
- [email protected]
- [email protected]
- ...etc@latest
- ci
- fix
- Layout.tsx global style is not rendered in output issue#7
- update jest config
- scripts
npm run ts:check
# typescript error checknpm run test:watch
npm run test:coverage
- fix
- store-reducer connection
- add enzyme
- scripts
npm run test
npm run test:watch
- scripts
- rename dev script
npm run dev
>npm run start:dev
- add storybook
- name change
- next.js-typescript-boilerplate -> next.js-typescript-starter-kit
-
package.json scripts
- add
export
, to export static assets(MUST run afternpm run build
) - remove
ts:compile
script (no more need to run tsc)
- add
-
apply new packages
- @next/next-typescript
-
update packages
- update packages
- update packages client load
- version align with next