This project is a simple fully fledged date picker
- date-fns - JavaScript date utility library
To run this project install it locally;
- Clone repository: [email protected]:zhannach/gate-picker.git
git clone
- Install dependencies:
npm install
- Run hot-reload development: server
npm run start
- Check linter errors
nmp run lint
- Apply linter fixes
nmp run lint:fix
- Generate production buid:
npm run build