I recently learned about NextJs and Tailwind which makes a great combination for a React App.

These are my notes on how to create an app using these commands:

  1. Create a new app directory
    $ mkdir myapp
  2. Cd into the new directory
    $ cd myapp
  3. Create a NextJs app with Tailwind in the myapp directory
    $ npx create-next-app -e with-tailwindcss .
  4. Install MongoDb realm-web to access MongoDB Atlas Cloud services (API)
    $ npm i realm-web
  5. Create an envorinments file to keep your credentials secured used by NextJS
    $ touch .env.local
  6. Start a development server
  7. $ npm run dev
  8. asdf
  9. adf
  10. asdfas