Clone repo
git clone https://github.com/pravodev/activity_app_frontend
Install package
npm install
Build
npm run build
Run the app
npm run serve
For build javascript
npx gulp js
For build css
npx gulp css
- This project using template engine Nunjucks by mozilla
see https://mozilla.github.io/nunjucks/
after make some changes in nunjucks files runnpx gulp compile
- For separate logic UI and API, this project using peasy-js see https://github.com/peasy/peasy-js