Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 434 Bytes

Webspace

NPM Commands

  • npm install - install all node modules (dependencies) to run the app
  • npm run dev - runs the app in development mode
  • npm run lint - shows lint errors
  • npm run lint:fix - fixes possible lint errors (as well as prettifies code)

Tech Stack

  • React / JSX / SASS
  • Bundler: ParcelJS
  • JS Compiler: Babel
  • Linting & Quality: ESlint (ESlin Airbnb Config), Prettier