A simple startup project using NextJS
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
git clone git@github.com:joshboley/nextjs-react-starter.git
cd nextjs-react-starter
rm -rf .git && git init && yarn init
ℹ️ This re-initializes the repo and sets up your project.
yarn install
or if you're using npm:
npm install
yarn run start:dev
or
npm run start:dev
yarn run build
or
npm run build
yarn run start:prod
or
npm run start:prod
I'm open to contributions & suggestions in making this a lot better
MIT