calebjacob / pf-parent

Package Framework: A framework experiment using packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Framework (PF)

A Next JS framework experiment using packages to orchestrate multiple modules over multiple teams with the best possible DX.

Getting Started

Make sure you have NVM installed to manage your current version of Node and NPM:

brew install nvm

Once NVM has been installed, navigate to the project's root directory and run:

nvm install
nvm use

Now install all of the project's dependencies via NPM:

npm install

Finally, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. Hot reloading is set up to pull in changes whenever code is modified.

About

Package Framework: A framework experiment using packages.

License:MIT License


Languages

Language:TypeScript 87.3%Language:CSS 11.8%Language:JavaScript 0.8%