An open API service indexing awesome lists of open source software.

https://github.com/ramsingh83/monthcalendar

a month calendar to display enabled/disabled date with surcharge for each day for given date, surcharge and excluded date.
https://github.com/ramsingh83/monthcalendar

angular1-component-style custome-date-range-calendar e2e-testing es5-javascript lighthouse-with-webpack unit-test webpack2

Last synced: 12 months ago
JSON representation

a month calendar to display enabled/disabled date with surcharge for each day for given date, surcharge and excluded date.

Awesome Lists containing this project

README

          

# Build process for Angular App
This will install among others:

ncp - cross platform copy (ncp [src] [dest])
rimraf - cross platform delete (rimraf [dir|file])
mkdirp - cross platform mkdir (mkdir -p [dir])
...

# How to run
You can edit your files, webpack will keep an eye on changes and refresh automatically as you save, so no need to reload the browser.

# install the dependencies
```
$ npm install
```

# DEV: start the server
```
$ npm start
```

go to [http://localhost:3000](http://localhost:3000) in your browser.

Continue working normally.
If you change your html, you might need to refresh manually, otherwise stop and run 'npm start' again.

# How to test
```
npm run test

```

# How to Build
This lints your files, tests and outputs a minified bundle of all your js/css
A precommit hook will stop the build if lint/test errors occur.
```
npm run build
```