Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 424 Bytes

File metadata and controls

13 lines (12 loc) · 424 Bytes

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