23 lines
816 B
Markdown
23 lines
816 B
Markdown
# vanilla JS project template
|
|
|
|
## Getting ready
|
|
|
|
Run `npx -p local-web-server ws` and open `http://localhost:8000/` in your favorite browser!
|
|
|
|
## Development notes
|
|
|
|
### Generate translations
|
|
|
|
Run `npm run generate-translations`
|
|
|
|
## Useful links
|
|
|
|
- This project uses [EJS](https://ejs.co/).
|
|
- Translations powered by [i18next](https://www.i18next.com/overview/getting-started).
|
|
- Notifications popups by [Noty](https://ned.im/noty/).
|
|
- Routing is done by [Page.js](https://visionmedia.github.io/page.js/).
|
|
- Form validation by [jQuery Validation](https://jqueryvalidation.org/).
|
|
- Date picker rendered by [bootstrap-datepicker](https://bootstrap-datepicker.readthedocs.io/en/latest/).
|
|
- Searchable drop down sponsored for free by [select2](https://select2.org/).
|
|
- Awesomeness added by [jQuery](https://jquery.com/).
|