Skip to content

Repped-In-Tech/reppedbot-ui-real

Repository files navigation

React/Next.js Template

See Live Demo of this Template

Topics


Getting Started

Use Template

1. To get started, click the GREEN "Use this Template" button at the top of the repo

Screen Shot 2022-07-06 at 12 54 01 PM

2. Make sure YOUR github account is selected in the dropdown and name your project

Screen Shot 2022-07-06 at 12 54 48 PM

3. Clone your new repo to your local machine

4. Go to the NEXT section

Starting the Project

  1. Create a Firebase project and set up authentication. Use these videos as a refresher if needed.
  2. Create a .env file at the root of the project
  3. Copy/Paste the contents of the .env.sample file to your newly created .env file.
  4. Copy over all of your Firebase values into the .env file.
  5. Open the package.json file and change the name property to the name of your application, and author to your name.
  6. From your command line, be in the root directory and run npm install OR npm i for short.
  7. Next, run npm run prepare. This command sets up husky to track eslint errors on commit that will make your deploy fail on Netlify.
  8. To start your application, run npm run dev. THIS IS THE COMMAND YOU WILL USE TO RUN YOUR DEVELOPMENT SERVER FROM NOW ON.
  9. Open http://localhost:3000 with your browser.

If you see this, you are set to go!

Screen Shot 2022-07-06 at 1 07 27 PM

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

NOTES:

  • If you see the following error, you did not follow all the setup steps correctly and failed to add your Firebase creds. Go back and do that NOW.

Screen Shot 2022-07-06 at 11 18 45 AM

Deploying on Netlify

Netlify will automatically detect your project and prepopulate the settings, but should something go wrong and it does not, here are the commands:

  • Build Command: npm run build
  • Publish directory: .next

Additional Steps to Take on Netlify

  • Add Environmental Variables

    • Any Enviromental variables you are using in your .env file should be added to Netlify.
      • Go to Site settings > Build & deploy > Environment > Environment variables and the keys and values there.
  • Update Firebase URL Settings

    • In Firebase under Authentication select sign in methods, scroll to Authorized domains. Add your Netlify URL.

Learn More about Next.js

To learn more about Next.js, take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published