Skip to content

luishnzg/neocoast-final-project

Repository files navigation

React Bootcamp boilerplate

This is a boilerplate for the React Bootcamp. It contains the following:

  • A basic React app
  • A basic Webpack configuration
  • A basic Babel configuration
  • A basic ESLint configuration
  • A basic Stylelint configuration

This project has the following libraries installed: Dependencies:

  • React
  • React DOM
  • React Router DOM

Dev Dependencies:

  • Basic Webpack loaders
  • CSS loader
  • Babel
  • ESLint and Stylelint
  • Sass and PostCSS
  • Dotenv

Webpack configuration contains:

  • Alias for Containers, Components, and Data folders
  • Loader for scss and css files
  • Loader for svg files

Getting started

To get started, run the following commands:

yarn install
yarn start

Linting

To run the linter, run the following command:

yarn lint

Stylelint

To run the stylelint, run the following command:

yarn stylelint

Building

To build the app, run the following command:

yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published