Skip to content

This repo contains my default boilerplate of getting started with React. By default it contains a layout for desktop and mobile implemented on Flexbox and CSS Grids. Tools include ESLint and Prettier. Bundling is done via Parcel.

Notifications You must be signed in to change notification settings

Christianq010/v1-parcel-react-scss-boilerplate

Repository files navigation

React/Parcel/SCSS boilerplate

Date created: (Sep 2018) by Christiaan Quyn

This repo contains my default parcel boilerplate of getting started with React.

Install

# Install npm packages
npm install

# Run development mode
npm run dev

# Build for production
npm run build

Set-up configuration

  • This project by default has ESLint and Prettier set up.

Debugging

Parcel is an ever evolving project that's just getting better. If you run into problems with it not respecting changes (particularly to your .babelrc or .env files) then delete the dist/ and the .cache/ directories. You can do this in bash by running from the root directoy of your project rm -rf dist/ .cache/ or just by deleting those directories in your editor. This will force Parcel to start over and not cache anything.

Resources

About

This repo contains my default boilerplate of getting started with React. By default it contains a layout for desktop and mobile implemented on Flexbox and CSS Grids. Tools include ESLint and Prettier. Bundling is done via Parcel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published