Setting up a new React project from scratch without using create-react-app.
Including react v17, react-router v6, SCSS, Webpack v5
// Install dependencies
npm install
// To start
npm run start
// to build
npm run buildSetting up a new React project from scratch without using create-react-app with react v17, react-router v6, SCSS
Repository from Github https://github.commandeeppasbola/setup-react-without-create-react-app
Setting up a new React project from scratch without using create-react-app.
Including react v17, react-router v6, SCSS, Webpack v5
// Install dependencies
npm install
// To start
npm run start
// to build
npm run buildSetting up a new React project from scratch without using create-react-app with react v17, react-router v6, SCSS