Skip to content

Commit

Permalink
Update from create-react-app to next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 13, 2021
1 parent ac096c4 commit 66b1d78
Show file tree
Hide file tree
Showing 1,616 changed files with 124,379 additions and 132,729 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
49 changes: 36 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,46 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/public/resources/primereact.css
/public/resources/primereact.min.css
/public/resources/**/*.map
/public/resources/images/
.DS_Store
/dist
/build
/.pnp
.pnp.js
package-lock.json
/vscode
/.vscode
/idea
/.idea
/.sass-cache
/resources
/components
/src/assets/style/app/App.css
/src/assets/style/app/App.css.map
package-lock.json

# Themes
# testing
/coverage

# next.js
/.next/
/out/

# production
/dist
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel

# themes
public/themes/soho-light/
public/themes/soho-dark/
public/themes/viva-light/
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

829 changes: 829 additions & 0 deletions components/doc/accordion/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 66b1d78

Please sign in to comment.