React web application starter built with Next.js.
Demo: https://next-starter.diog.co
- VS Code
- ESLint Extension for VS Code
- Prettier Extension for VS Code
- Node Version Manager
- React Developer Tools Chrome Extension
- Redux DevTools Chrome Extension
# Get the latest snapshot
$ git clone https://github.com/diogocapela/next-starter.git && cd next-starter
# Change to the correct version of Node.js
$ nvm use
# Install all the dependencies
$ npm install
# Start the development server
$ npm run dev
# Start the production server
$ npm run start
# Build for production
$ npm run build
Open source under the terms of the MIT License.