Repository files navigation About the project modifications
start the server in the ./server folder
start the client (uses custom webpack configuration)
go to ./client
npm i
npm run start
building for production (optional)
build the client with custom webpack
install "http-server-spa" (what i chose as local server since it handles single page apps for us already)
npm install http-server-spa -g
serve the built project using "http-server-spa"
webpack configuration added
the original react scripts are still there, didnt remove them in case you'd rather use those, but they're not referenced in package.json
'npm run start' and 'npm run build' use tthe webpack config i made
added bootstrap for styling convenience
removed the dependancy on just the bootstrap grid since now we had the whole thing
used said grid instead of some hard-coded sizes
removed deprecated react lifecycle functions
refactored some code and tried respecting DRY coding principle
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.