This is a web application template built with Next.js, tRPC, TailwindCSS, Eslint, MilionJS and Bun.js.
This web application template is built with the following technologies:
- React: A JavaScript library for building user interfaces.
- MilionJS: A minimal, fast react compiler.
- Next.js: A React framework for building JavaScript applications.
- tRPC: A framework for building typesafe APIs.
- Bun.js: A minimal, fast JavaScript runtime.
- Tailwind CSS: A utility-first CSS framework for building custom designs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- NodeJS, at least 18.x.x
- BunJS
- Clone the repo
git clone https://github.com/tctien342/ntr-template.git
- Install NPM packages
bun install
- Start the development server
bun run dev
After starting the development server, you can view the application in your web browser at http://localhost:3000
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tran Cong Tien - [email protected]
Project Link: https://github.com/tctien342/ntr-template