Reference implementation for Open Design Systems. This codebase is maintained by students and volunteers of techatpark. As part of the course Student is expected to complete one esign system each
As a rerence implementation this will have latest and greatest of
- Tool Chain
- Techniques
- Implemenation
We have below design goals.
- Clean Code vs Completion/Customization
- upgraded with Latest version uniformely
To set the appropriate node version. You can install nvm from here
nvm install
To download the dependencies and build
npm i
To watch the application on your local browser
npm start