Skip to content

johackim/boilerplate

Repository files navigation

Boilerplate

License Code Climate

My personal Next.js boilerplate

Installation

# Clone this repository
git clone https://github.com/johackim/boilerplate

# Go into the repository
cd boilerplate

# Install dependencies
yarn install

# Run the app
npm run dev

# Go to http://localhost:3000

Running the tests

npm test

License

This project is licensed under the GNU GPL v3.0 - see the LICENSE.txt file for details

Free Software, Hell Yeah!