Skip to content

joshboley/nextjs-react-starter

Repository files navigation

nextjs-react-starter

A simple startup project using NextJS

Features

See the NextJS docs for specifics

  • Babel config customization available in the .babelrc file
  • Webpack customization available in the next.config.js file
  • Parameterized routes (see server.js)
  • Redux
  • Styled-jsx
  • Much more

Quick Start

Clone the Repo

git clone git@github.com:joshboley/nextjs-react-starter.git
cd nextjs-react-starter

Set up the project for your code

rm -rf .git && git init && yarn init

ℹ️ This re-initializes the repo and sets up your project.

Install Dependencies

yarn install

or if you're using npm:

npm install

Running the project

Start a live-reload development server

yarn run start:dev

or

npm run start:dev

Generate a production build

yarn run build

or

npm run build

Start a production server

yarn run start:prod

or

npm run start:prod

Contribution

I'm open to contributions & suggestions in making this a lot better

License

MIT

About

A simple startup project using NextJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published