Capstone project for CS 467 To-do app designed as an effective replacement of daily standup meetings.
Followed the steps here for React, Babel, and Webpack setup: https://www.valentinog.com/blog/babel/
Needed a combo of sources for the Sass setup, mostly these two: https://developerhandbook.com/webpack/how-to-configure-scss-modules-for-webpack/ and https://blog.marcnuri.com/react-babel-webpack-sass-application/
- clone the repo:
git clone https://github.com/emreercelebi/Goals-For-Today.git
- navigate into directory and install packages with yarn:
cd Goals-For-Today && yarn
- start the webpack dev server:
yarn start
- open a web browser and navigate to http://localhost:8080/ the app should be running!
As long as the webpack server is running, code changes should be reflected after saving. Try it out!
- Clone the repo,
cd Goals-For-Today
andyarn
. yarn build
to create the build files in the dist/ folder.yarn server-start
to start the local server