all the tools you need for a useful and clean nextjs project already configured here
A fresh new project (created with create-next-app) with a standard structure that includes
- Next.JS(9.5) : Best SSR/SSG framework for React apps (PWA and code-spiliting supported by default)
- Typescript(4.0): are you Ready to work without hassle on big teams & big projects?
- React-Query(2.23) : Dont waste your time handling server states in redux (also supports caching & re-validation)
- Recoil(0.13) : A new Facebook made state-managment library that is easier to use and faster than both Redux and useContext+useReducer solutions
- Styled-Component(5.2) : Create & use customized react component in seconds
- Both Global and scoped SCSS styling
- babel-plugin-module-resolver(4.0) : get rid of lengthy '../../../../' paths
- email validator module and lots more ...
yarn
or npm i
for installing packages from the cloud
yarn dev
or npm run dev
for starting new development server on port 3000
also use yarn build
or npm run build
for generating files for production