Wee Bit is a small and simple app functioning similar to Bit.ly or TinyURL.
git clone https://github.com/garrett-green/wee-bit.git
cd wee-bit
yarn
Note: A MongoDB Connection URI is required (process.env.DATABASE_URI
).
yarn dev
- Navigate to
http://localhost:3000/
yarn lint
yarn lint --fix
yarn clean
- Empty
dist/
folder
- Empty
yarn dev-client
- Thanks to parcel, we can quickly get the front-end up and running for local dev
yarn dev-server
- Similar to above but for server-side work independently
yarn test
Node 10+.