A DATCODE Production
# clone this repo
git clone https://github.com/gitdatcode/final-list.git
cd final-list
# install client dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# install server dependencies
cd server
npm intall
npm start
# express server will be running at localhost:8081
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportIf you get stuck for more than ten minutes, join the project channel in the DATCODE slack: #__project_final-list and ask for help. We got your back!