The project was put together using Parcel Bundler.
The CSS is written in SCSS with TailwindCSS for some general styles and the JS code is writen in TypeScript using OOP.
To build your on project based on this one, follow these steps:
- Clone this repo into your machine using:
git clone https://github.com/glaydsonp/my-links.git
- Install all node packages using:
npm install
oryarn
- To run the app in development mode use:
npm run dev
oryarn dev
- To build the app to run in production mode use:
npm run build
oryarn build
It's as simple as opening the links.json
file that is in the root directory and changing up the description, url and/or Font-Awesome Icon reference.