This repository is the source code for the landing page website http://stateofthemap.asia/.
npm install
After successfully installing, start the project by running
npm run start
After successfully running, view the project in the URL displayed. You can also use external URL for viewing in mobile phone for testing responsiveness.
[Browsersync] Access URLs:
--------------------------------------
Local: http://localhost:7777
External: http://192.168.0.103:7777
--------------------------------------
UI: http://localhost:3001
UI External: http://192.168.0.103:3001
--------------------------------------
Open _custom.scss
under _sass
folder and start adding your css codes.
Open main.js
under _javascript
folder and start adding your js codes.
npm run deploy