- Link of the website(https://summerliu.dev/)
- Stacks: React, react-router-dom, styled-component
npm install
yarn add
npm start
yarn start
Start a webpack dev. server & enable HMR
npm test
yarn test
Run test module
npm run build
yarn run build
Build production code
npm run deploy
yarn run deploy
Deploy release code to www.summerliu.dev
- Please go to Setting > Pages to set up "Custom domain" field as CNAME
- Confirm there are no eslint warnings before commit
- Don't add unnecessary package to "dependencies" in
package.json
- Never push code to branch "gh-pages"