Features
- Bootstrap 4.5 project boilerplate
- Parceljs to bundle the project, minify the code and use a development server
- Custom SCSS files example organized using the atomic design pattern. Use it, if you want.
1 - Install nodejs and NPM
- Via download: https://nodejs.org/en/download/, or
- Via package manager: https://nodejs.org/en/download/package-manager/
If you is using use npm
2 - Install project dependencies using npm
$ npm install
Or, if you prefer yarn
2 - Install yarn
3 - Install project dependencies using yarn
$ yarn
If you is using npm:
$ npm run dev
Or, if you prefer yarn:
$ yarn dev
We are using parceljs to bundle the app: https://parcejs.org