1.0.0 • Published 6 years ago

bdmaps v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

1) Prettier - Here’s how you can configure it using External tools.

https://medium.com/@jm90mm/adding-prettier-to-webstorm-a218eeec04d2

2) ESlint -

Enable ESlint - IntelliJ IntelliJ IDEA | Preferences | Languages and Frameworks | JavaScript | Code Quality Tools | ESLint for macOS

Run:

yarn lint

3) To start server:

yarn start OR npm start

4) To install Sass:

sudo gem install sass

if you get an error while installing then run the below command:

xcode-select --install

To run sass, navigate to the folder which has .scss file and then run the below command:

sass input.scss style.css