Basic Frontend Development Environment to start an app with Webpack
This repo includes Webpack
to start an environment to build frontend views using React
.
- Node >= 16.13.1
- npm >= 8.1.2
Install dependences
npm install
Launch environment
npm run dev
Now you can open http://localhost:5050
- Sample stylesheets were written using the BEM structure