Skip to content

SirMoustache/just-another-next-boilerplate

Repository files navigation

just-another-next-boilerplate

Quick start

  1. Install Node.js and Docker
  2. Clone the repo git clone https://github.com/SirMoustache/just-another-next-boilerplate.git
  3. Run npm run install:all to install all dependencies
  4. Create .env file in ./src/server folder, use EXAMPLE.env as example
  5. Run npm start to run client and server

Documentation