Skip to content

nikrowell/react-ejected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A React boilerplate that started as an ejected create-react-app. Created as an opportunity to better understand webpack configuration, remove dependencies and serve as a customized app structure for smaller personal projects.

npm start

Starts webpack's dev server at http://localhost:5000 with live reload, sass support and error overlays.

npm run build

Builds the app from ./public to ./build with minification and hashed filenames.

npm test

Coming soon. Consider using create-react-app for larger applications or when testing is desired.

Releases

No releases published

Packages

No packages published