Skip to content

edufund-tech/edunextjs

Repository files navigation

EduNextJS

This repo contains boilerplate of EduNextJS. You should not use this repo directly, please clone this repo for your personal/project use.

Overview

This repo was created with intention to rebuild existing Borrower Web App (Angular) from scratch using NextJS.

Before use please clone this repo and change the name of the project inside package.json file

{
	name: #YOUR_DESIRED_PROJECT_NAME,
	...
}

Dependencies

Installation

Clone Repository

git clone { ssh | https }

SSH

git@github.com:edufund-tech/edunextjs.git

HTTPS

https://github.com/edufund-tech/edunextjs.git

Installing Dependency

Run one of this command in your terminal

npm install

or

yarn

Run Project Locally

To run this project locally you can run one of this command in your terminal

npm run dev

or

yarn dev

And then check out http://local.edufund.co.id:3200 in your browser to see the result.

There is also a built-in API Routes that can be accessed on http://local.edufund.co.id:3200/api/info to see current project name and version.

To Do List

  • Initialize project repository
  • Remove boilerplate code from create-next-app
  • Add TailwindCSS
  • Add Prettier
  • Add clsx
  • Setup Husky pre-commit hooks
  • Add version check API Routes
  • Add tRPC
  • Add themes to tailwind config

About

Boilerplate of EduNextJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published