webspace
webspace copied to clipboard
This is the repo which hosts the front end for people.amfoss.in
Webspace
NPM Commands
npm install- install all node modules (dependencies) to run the appnpm run dev- runs the app in development modenpm run lint- shows lint errorsnpm 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