/webspace

This project is obsolete and no longer maintained. It has been archived for reference. This is the repo which hosts the front end for people.amfoss.in.

Primary LanguageJavaScript

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