dartmouth-cs52 / dartmouth-cs52.github.io

CS52 Course Website
https://cs52.me
9 stars 40 forks source link

comments-sa-starterpack #258

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Frontend Starterpack — Short Assignment

Full-Stack Web Development

http://cs52.me/assignments/sa/starterpack/

MaxLata commented 4 years ago

Note - if you're using Windows, when trying to deploy to surge use yarn windeploy and yarn winbuild or reassign the target names.

raphaelpreston commented 3 years ago

By default, webpack looks for a file named index.js in src/. If you'd like the change the name of your app's entry point, you can modify webpack.config.js like this:

entry: [`./src/${fileName}`], // this is where our app lives

Learn more here.