Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 659 Bytes

About

A ReactJS & TailwindCSS toolbox with CSS generators (gradient, box-shadow), unit converters (mass, length...) and more to come !
Not fully responsive, mainly intended for computers.

Run

Clone the repository: git clone git@github.com:Oslonline/toolbox-react.git

Install dependencies: npm install

Start the development server: npm run dev

Prod

Build for production: npm run build

Run the optimized application locally: npm run serve

Screenshots