- Styled components ➜ styled-components
- Eslint config that works together with VScode ➜ eslint-config-aguinaga
- Dark mode basic setup
- Babel Compiler ➜ Babel · The compiler for next generation JavaScript
- Basic CSS
Clone project
git clone git@github.com:ozyxdev/next-simple.git
Navigate to your local copy and install dependencies
npm i
Run Project
npm run devOpen http://localhost:3000 with your browser to see the result.