Kickoff for landing pages & multi-page websites.
Get the latest version of node from the official website or using nvm Nvm approach is preferred. Also, you may find this tool useful to automate version changing between projects.
Run npm i
from rootpath of the project.
After doing npm i
, execute npm start
. This will run the project instance in:
http://localhost:3000/
We use HTTPS protocol to make our site secure and also because it's required for some cool webpack configurations and it will allow us to develop a custom service worker.
When creating SCSS files you don't need to import other files inside yours to use properties from them. There's a specific file called application.scss
where every SCSS file should be imported in the desired priority order. This works just like the stylesheet elements in the head of an html, when repeated rules are present the rule that was imported last will override the other.
Check the docs folder for extra help on usual tasks or issues:
check this document.
This project is maintained by The Front-End Army and it was written by Wolox.