Day calendar view written in ReactJS
- Clone the project.
git clone https://github.com/telos8840/react-day-calendar.git
. - Install Node packages.
npm install
- Run the app.
npm start -s
This will run the automated build process, start up a webserver, and open the application in your default browser. Note: The -s flag is optional. It enables silent mode which suppresses unnecessary messages during the build.
- **Install Node 4.0.0 or greater - (5.0 or greater is recommended for optimal build performance).