Skip to content

ashwin1014/react-hacker-news

Repository files navigation

React Starter Pack using Parcel Bundler

This project is integrated with Eslint and Prettier along with SCSS



Clone the directory and install all packages using yarn/npm

To run the project:

yarn start or yarn start --no-cache (if you dont want caching) or yarn start --no-minify (minification is enabled by default)

Running yarn run build will build the application for production and output it in dist folder.
To change output directory folder use --out-dir directory-name