Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1008 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 1008 Bytes

NEXT-SASS-STARTER

Why would I use this?

  • Quickly start a project with TypeScript, SASS, and NextJS.
  • You want to make a website quickly.

Setup (MacOS)

Start by cloning the repository, or by clicking on Use this template above.

Then run the server

npm install
npm run dev

Go to http://localhost:10000 in your browser of choice. Enjoy! We use this port for more compatibility with Render.com

Scripts

If you need to run node script without running the server, use this example to get started

npm run script example

Env Variables

If you want to connect to a Postgres database, something I do all the time, provide the following .env file. 5432 is the default Postgres port.

DOCUMENT_DATABASE_NAME=xxxx
DOCUMENT_DATABASE_USERNAME=xxxx
DOCUMENT_DATABASE_HOST=xxxx
DOCUMENT_DATABASE_PORT=5432
DOCUMENT_DATABASE_PASSWORD=xxxx

Contact

If you have questions ping me on Twitter, @wwwjim.