Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 274 Bytes

Static content server

The project which will hold all static assets like images, react exteranlized js files (most importantly) and things like that

Steps

  1. npm install
  2. sudo pacman -Su yarn
  3. sudo npm install -g serve
  4. yarn build or npm run build
  5. npm start