Welcome to Raa LP Boilerplate. You can find here everything you need to start your landing page project. Including webpack config (babel, scss and html loaders), es6 polyfills and more. This project also include advanced "SEM&BIO" scss structure (you can read more here) and use @raa/style-base.
Before you start, make sure you have node installed.
Use npm install
(or yarn
for yarn) to install dependencies.
NPM | Yarn | Description |
---|---|---|
npm start |
yarn start |
Run development server. |
npm run build |
yarn run build |
Build production version of site. |