- Map is Leaflet.
- 1 app, 1 html file.
- Minimum codes.
- Application title and number into
<div id="title"><p>09. Search Nearest with Turf</p></div>
. - You should not use third-party libraries rashly.
- Application file name is
[No.]_[Short title].html
- Application title in a file name should be separated by a hyphen (
-
). - Update README.md and CODESNIPETS.md.
- Note the library or the leaflet plug-in used in your application into the list in README.
- It is BETTER that the app can be accessed via HTTPS.
- We try to follow the AirBNB JavaScript code style and use a lint.
- We do not use ES6 features.
- Fork and clone Map Effects 100
cd
into themap-effects-100
folder- Install the dependencies on your app with
npm install
- Create new html and js files into the
src
to work the eslint automatically with gulp - Run
gulp watch
from the command line. This will check your code into thesrc
with eslint-config-airbnb - add you js file in gulp.js (section to automate with file name)
- After finishing coding, run
gulp build
- Make your changes in its own topic branch and create a pull request