Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 539 Bytes

next-boilerplate

A boilerplate to set up a project with Next.js and Tailwind CSS

Quick start

  1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
  2. Clone this repository using git clone https://github.com/tlehwalder/next-boilerplate.git <YOUR_PROJECT_NAME>
  3. Switch into the directory: cd <YOUR_PROJECT_NAME>.
  4. Run yarn to install dependencies.
    Now you can run yarn dev to see the example app at http://localhost:3000.

Now you're Next.js project with Tailwind CSS is ready!