/next-starter

React web application starter built with Next.js.

Primary LanguageJavaScriptMIT LicenseMIT

next-starter

Dependencies Status Dev Dependencies Status Code Style

React web application starter built with Next.js.

Demo: https://next-starter.diog.co

Required Software

Recommended Software

Setup

# 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

Scripts

# Start the development server
$ npm run dev

# Start the production server
$ npm run start

# Build for production
$ npm run build

License

Open source under the terms of the MIT License.