Skip to content

Instantly share code, notes, and snippets.

@CharlieYe0205
Last active September 11, 2019 05:55
Show Gist options
  • Save CharlieYe0205/72be2604d468fd1bb8f88468ef9663fb to your computer and use it in GitHub Desktop.
Save CharlieYe0205/72be2604d468fd1bb8f88468ef9663fb to your computer and use it in GitHub Desktop.
Npm Fun

assign port: create a .env file in the porject directory

PORT=3001

How to reference a scss files installed to node_modules?

@import '~@material/react-button/index.scss';
Happy Coding ^_^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment