Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

executable file
·
11 lines (9 loc) · 598 Bytes

React Day Calendar

Day calendar view written in ReactJS

Getting Started

  1. Clone the project. git clone https://github.com/telos8840/react-day-calendar.git.
  2. Install Node packages. npm install
  3. 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.

Basic Requirements

  1. **Install Node 4.0.0 or greater - (5.0 or greater is recommended for optimal build performance).