This uses NextJS as a base for quickstart. The styles are provided by Skeleton CSS.
Setup:
npm install
- For dev:
npm run dev
- Other build tasks can be found in package.json scripts
localhost:3000
will show output. Hotloading and server side rendering are enabled by default thanks to NextJS.