OSE Orion Design System
Technology:
- React
- TypeScript
- SASS
- Parcel bundler
- Prettier
- Husky (hooks for prettier formatting and testing)
Setup
- Clone or download the repository
- Go to project folder and run in command line
$ npm install
Run
$ npm start
Execute the command and you can run & test the application on localhost:1234
in the browser.
Build
$ npm build
The default output directory is /dist
.