Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published