Flashcards App v.2
Setting up the environment (one time stuff)
- Either download the zip file or clone the repository
cd
into the newly created folder and runyarn install
to install the build tools (gulp & gulp plugins)- Done!
Every time you work on Flashcards app
Run gulp
before making any changes, to automatically build every time you save.
Building and deploying the app
Run gulp build
and deploy the dist
folder.
License
The content of this repository is licensed under an MIT License.