/setup-react-without-create-react-app

Setting up a new React project from scratch without using create-react-app with react v17, react-router v6, SCSS

Primary LanguageJavaScript

setup-react-project-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 build

Check full documentation here