issues
search
Lemoncode
/
simplechart
Simplechart seed
MIT License
12
stars
13
forks
source link
Migrate to Next.js
#28
Closed
jantoniocarvajal
closed
6 years ago
jantoniocarvajal
commented
6 years ago
I have done the migration to Next.js:
Update dependencies on the project
Uninstall react-router, react-router-dom and webpack
Install next and next-typescript
Modify babelrc and tsconfig
Create structure for Next.js
Move pageA and pageB to folder pages and create index.tsx
Enabled server friendly urls
I have done the migration to Next.js: