/NextSimpleStarter

:star: Simple PWA boilerplate with nextjs and redux

Primary LanguageJavaScriptMIT LicenseMIT

logo

travis-ci codeclimate-gpa-badge codeclimate-issues-badge

Simple NextJS PWA boilerplate.

Quick-Start Guide

Installation 📦

1. Clone this repo:

git clone https://github.com/ooade/NextSimpleStarter.git
cd NextSimpleStarter

2. Make it your own:

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

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

3. Install the dependencies:

yarn install

or if you're using npm:

npm install

You're done installing! Now let's get started developing.

Development Workflow 🔥

4. Start a live-reload development server:

yarn run dev

or

npm run dev

5. Generate a production build:

yarn run build

or

npm run build

You can now deploy the contents of the build directory to production!

Deployment 🚀

now:

Deploying a nextjs app is a lot easier with now. Make sure you're logged in then run:

now

Simple right? 😄

heroku: Just follow Mars's Guide and you're good to go 👏

Contribution

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

License

MIT

Notable Alternatives

NextJS starter - A starter project for Next.js with and email and oAuth authentication.