/frontend-sample-app

Primary LanguageJavaScriptMIT LicenseMIT

frontend-sample-app

Basic Frontend Development Environment to start an app with Webpack

This repo includes Webpack to start an environment to build frontend views using React.

Requirements

  • Node >= 16.13.1
  • npm >= 8.1.2

Quick start

Install dependences

npm install

Launch environment

npm run dev

Now you can open http://localhost:5050

Packages included

About stylesheets

  • Sample stylesheets were written using the BEM structure