Hopefully the last one you'll need 😉
- ▲ Uses the latest Next.js along with typescript
- 🎉 Icons from fontawesome using react-fontawesome
- 🔮 State management with redux & react-redux
- 💅 Styling with styled-components
- 🐐 Unit testing with react-testing-library
- 🖥 Custom reverse proxy server using http-proxy-middleware
- ✏️ Static code analysis with eslint
git clone https://github.com/novellito/the-nextjs-starter my-project
cd my-project
npm install
npm start
The app will run at http://localhost:3000