xcv58 / NextSimpleStarter

:star: Simple PWA boilerplate with nextjs and redux

Home Page:https://nextss.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:star: Simple PWA boilerplate with nextjs and redux

https://nextss.now.sh

License:MIT License


Languages

Language:JavaScript 100.0%