https://github.com/anav5704/previous.js
A Web Framework Bbetter than the Best
https://github.com/anav5704/previous.js
clack nextjs nx-workspace
Last synced: 3 months ago
JSON representation
A Web Framework Bbetter than the Best
- Host: GitHub
- URL: https://github.com/anav5704/previous.js
- Owner: anav5704
- Created: 2024-04-18T11:02:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T20:42:18.000Z (about 1 year ago)
- Last Synced: 2024-04-22T14:26:51.729Z (about 1 year ago)
- Topics: clack, nextjs, nx-workspace
- Language: TypeScript
- Homepage: https://previous-js-kappa.vercel.app
- Size: 949 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Previous.js 🛠️

This is a simple landing page I made for `previous.js`, which isn't a real thing. The main idea was to attempt to make a modern and clean website, similar to modern web frameworks and products. The aesthetic is heavily inspired by the `next.js` website - black, white and Geist sans. This project is a NX monorepo and all the components are in the `libs/shared/ui` folder. This has no main purpose - I was just trying it out.
## Technologies Used
- Next JS 14
- TailwindCSS
- NX monorepo## Getting Started
First fork and clone the repo. Then, run `npm install` to download all the dependencies. Once that is done, run `npx nx run web:dev` to view it on localhost.
## Learning Resources
- [Next JS docs](https://nextjs.org/)
- [TailwindCSS docs](https://tailwindcss.com)
- [NX docs](https://nx.dev/)