A lightweight starter without the added bulk, less than 300mb.
This starter will help if you:
- Want to launch something quickly ie, single page, splash page, etc with seo in mind
- Get started on a new project without so many added dependencies
- Want to add your own css framework
- SEO-friendly, meta tags, open graph, twitter card etc
- Eslint, stylelint
- Fork and clone the project:
git clone https://github.com/Zero-One-Stack/lightweight-nextjs.git
- Then install the dependencies:
npm install
- Run development server:
npm run dev
Open the web browser to http://localhost:3000