This repo contains boilerplate of EduNextJS. You should not use this repo directly, please clone this repo for your personal/project use.
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,
...
}
git clone { ssh | https }
git@github.com:edufund-tech/edunextjs.git
https://github.com/edufund-tech/edunextjs.git
Run one of this command in your terminal
npm install
or
yarn
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.
- 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