https://github.com/palerdot/react-simple-birthday-calender
Simple birthday calender with react
https://github.com/palerdot/react-simple-birthday-calender
Last synced: about 1 year ago
JSON representation
Simple birthday calender with react
- Host: GitHub
- URL: https://github.com/palerdot/react-simple-birthday-calender
- Owner: palerdot
- Created: 2018-04-18T15:56:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T15:57:06.000Z (about 8 years ago)
- Last Synced: 2025-02-11T14:51:24.651Z (over 1 year ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Birthday Calender
Simple birthday calender built with React
## Setting up
This project is bootstrapped with `create-react-app`. Please make sure you have **latest node** (preferable 6+)
```javascript
// install dependencies
yarn install
// start the dev server
yarn start
// you can also make a production build and run the stuff inside the build folder
```