Nextjs Boilerplate for Xtend UI
- Install required npm packages with
npm install
- Use
npm run build
to build for production - Use
npm run dev
to build and serve for development - Use
npm run start
to start server - Use
npm run lint
to lint
- Nextjs has problems with transpiling inside
node_modules
and with using.browserslistrc
, so there's no babel in this code. I'll wait for those to work properly. if you want to polyfill correctly you can use next-transpile-modules.